Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Update thread

PATCH/v1/private/traces/threads/{threadModelId}Update thread

Update thread

Parameters

threadModelIdstring · uuidpathrequired

Request body

application/json
objectTraceThreadUpdate
tagsarray of string

maxItems 50 · minItems 0 · uniqueItems true

Show child attributes

maxItems 50 · minItems 0 · uniqueItems true

tags_to_addarray of string

maxItems 50 · minItems 0 · uniqueItems true

Show child attributes

maxItems 50 · minItems 0 · uniqueItems true

tags_to_removearray of string

maxItems 50 · minItems 0 · uniqueItems true

Show child attributes

maxItems 50 · minItems 0 · uniqueItems true

Example request
{
  "tags": [
    "string"
  ],
  "tags_to_add": [
    "string"
  ],
  "tags_to_remove": [
    "string"
  ]
}

Responses

204No Content
404Not found
Documentation menu