本文档由聚智团队编写维护
curl --location --request POST 'http://127.0.0.1:2024/threads' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"thread_id": "1de43264-67cb-48af-89f9-e865c375bb84",
"metadata": {},
"if_exists": "raise",
"ttl": {
"strategy": "delete",
"ttl": 0
},
"supersteps": [
{
"updates": [
{
"values": [
{}
],
"command": {
"update": {},
"resume": {},
"goto": {
"node": "string",
"input": {}
}
},
"as_node": "string"
}
]
}
]
}'
{
"thread_id": "1de43264-67cb-48af-89f9-e865c375bb84",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"metadata": {},
"status": "idle",
"values": {}
}