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 stringrequired
- application/json
Body
required
updateContextFieldSchema
- Array [ 
- ] 
description string
A description of the context field
Example: 
The user's subscription tierstickiness boolean
true if this field should be available for use with custom stickiness, otherwise false
Example: 
falsesortOrder integer
How this context field should be sorted if no other sort order is selected
Example: 
2legalValues
object[]
A list of allowed values for this context field
value stringrequired
The valid value
Example: 
#c154c1description string
Describes this specific legal value
Example: 
Deep fuchsiaResponses
- 200
This response has no body.
Loading...