Bulk Move Threads
Move a bounded selection of threads into another space.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/threads/bulk/move" \ -H "Content-Type: application/json" \ -d '{ "selection": {}, "target_space_id": "string" }'{
"moved_count": 0,
"failed_count": 0,
"source_space_id": "string",
"target_space_id": "string",
"conflicts": [
{}
],
"message": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}