PATCH
/v1/private/traces/threads/batchBatch update threadsUpdate multiple threads
Request body
application/json
objectTraceThreadBatchUpdate
Request to batch update multiple trace threads
idsarray of string · uuidrequiredList of thread model IDs to update (max 1000)
Show child attributes
merge_tagsbooleanIf true, merge tags with existing tags instead of replacing them. Default: false
updateobjectrequiredShow child attributes
tagsarray of stringShow child attributes
tags_to_addarray of stringShow child attributes
tags_to_removearray of stringShow child attributes
{
"ids": [
"00000000-0000-0000-0000-000000000000"
],
"merge_tags": true,
"update": {
"tags": [
"string"
],
"tags_to_add": [
"string"
],
"tags_to_remove": [
"string"
]
}
}Responses
objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}