v1
latestOpenAPI 3.0.02026-08-04891301.4 MBUpdate thread settings
Updates the settings for the specified thread. Only fields included in the settings map are modified; omitted fields retain their current values.
The authenticated user must own the thread or be a member of its workspace. Returns the full settings object reflecting the state after the update. Validation errors are returned as 422 Unprocessable Entity.
put/api/v1/threads/{thread}/settings
Path parameters
threadstring required
Thread ID (thr_...). Must belong to the authenticated user's workspace.
Request body
Example request
{
"settings": {}
}Response
Successful response
Example response
{
"agent_enabled": true
}