Clickhouse Threads Partial Update 2
PATCH handler with superadmin lock and field protection.
Checks:
- Object lock (is_managed=True -> non-superadmins can’t modify)
- Field protection (non-superadmins can’t modify specific fields)
Authentication
AuthorizationBearer
JWT access token or Respan API key
Path parameters
thread_identifier
Request
This endpoint expects an object.
id
thread_identifier
thread_unique_id
organization_name
environment
organization_id
unique_organization_id
organization_key_id
created_at
updated_at
timestamp
log_count
prompt_tokens
completion_tokens
tokens
cost
tokens_per_second
latency
time_to_first_token
input
output
storage_object_key
prompt_messages
completion_message
completion_messages
Response
id
thread_identifier
log_count
prompt_tokens
completion_tokens
tokens
cost
tokens_per_second
latency
time_to_first_token
prompt
completion
system
tools
tool_calls
full_request
full_response
metadata
thread_unique_id
organization_name
environment
organization_id
unique_organization_id
organization_key_id
created_at
updated_at
timestamp
input
output
storage_object_key
prompt_messages
completion_message
completion_messages