Update chat context
Updates a reusable chat context by identifier.
PUT
/api/chat-contexts/{id}Updates a reusable chat context by identifier.
Path Parameters
id*string
Resource identifier.
Example
"ctx_123"Request Body
application/json
Request payload for Update chat context.
title*string
Updated title for the chat context entry.
Example
"Pricing rules"description*string
Short summary shown in the context list.
Example
"Explain margin constraints before drafting replies."content*string
Full context body injected into chat behavior.
Example
"Always prefer the approved price list when drafting replies."showAlways*boolean
Whether the context should always be active for chats.
Example
true[key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json