Updates conversation context variables for a specific conversation.
PATCH/api/v2/agent/:agentCode/conversation/:conversationId/context
Updates conversation context variables for a specific conversation.
Request
Path Parameters
agentCode stringrequired
The agent code to update context variables for.
conversationId uuidrequired
The ID of the conversation to update context variables for.
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
- application/json
- text/json
- application/*+json
Body
The key-value pairs of variables to update.
Array [
]
key stringnullable
value nullable
Body
The key-value pairs of variables to update.
Array [
]
key stringnullable
value nullable
Body
The key-value pairs of variables to update.
Array [
]
key stringnullable
value nullable
Responses
- 200
- 401
- 403
- 500
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
success boolean
updatedKeys string[]nullable
{
"success": true,
"updatedKeys": [
"string"
]
}
- Schema
- Example (from schema)
Schema
success boolean
updatedKeys string[]nullable
{
"success": true,
"updatedKeys": [
"string"
]
}
- Schema
- Example (from schema)
Schema
success boolean
updatedKeys string[]nullable
{
"success": true,
"updatedKeys": [
"string"
]
}
The user is unauthorized or the session expired
The user does not have permission
There was an unexpected error
Loading...