Update an existing context field
This is a beta endpoint and it may change or be removed in the future.
Endpoint that allows updating a custom context field. Used to toggle stickiness and add/remove legal values for this context field
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
projectId
contextField
Request
updateContextFieldSchema
description
A description of the context field
stickiness
true if this field should be available for use with custom stickiness, otherwise false
sortOrder
How this context field should be sorted if no other sort order is selected
legalValues
A list of allowed values for this context field
project
The project this context field belongs to (if it is project-specific)
Response
This response has no body.