Update Variable Value
PUT/agents/:agent_id/context-variables/:variable_id/:key
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
[DEPRECATED] Updates the value of a context variable.
This endpoint is deprecated. Please use the tag-based context variables API instead.
The key
represents a customer identifier or a customer tag in the format tag:{tag_id}
.
If key="DEFAULT"
, the update applies to all customers.
The params
parameter contains the actual context information being stored.
Request
Responses
- 200
- 404
- 422
Context value successfully updated for the customer or tag
Variable, agent, or key not found
Validation error in request parameters