Update an existing context field
PUT /api/admin/context/:contextField
Endpoint that allows updating a custom context field. Used to toggle stickiness and add/remove legal values for this context field
Request
Path Parameters
- contextField string required
 
- application/json
 
Body
required
updateContextFieldSchema
- description string
A description of the context field
 - stickiness boolean
trueif this field should be available for use with custom stickiness, otherwisefalse - sortOrder integer
How this context field should be sorted if no other sort order is selected
 legalValues object[]
A list of allowed values for this context field
Array [value string requiredThe valid value
description stringDescribes this specific legal value
]
Responses
- 200
 
This response has no body.
Loading...