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

projectIdstringRequired
contextFieldstringRequired

Request

updateContextFieldSchema
descriptionstringOptional
A description of the context field
stickinessbooleanOptional

true if this field should be available for use with custom stickiness, otherwise false

sortOrderintegerOptional
How this context field should be sorted if no other sort order is selected
legalValueslist of objectsOptional
A list of allowed values for this context field
projectstringOptional

The project this context field belongs to (if it is project-specific)

Response

This response has no body.