Update Property Options
This endpoint adds or removes options on a dropdown or picklist custom property
To add options, pass the labels in options with operation: add. Adding is idempotent - re-adding an existing label is a no-op that returns its existing id, so you can safely keep the option list in sync with an external source of truth
To remove options, pass option ids or labels in options with operation: remove
Removing an option is permanent. Tickets or chats currently set to a removed option will no longer resolve it to a label
If the same property name exists under both chat and ticket, pass the type query parameter to specify which one to update
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The property_id (e.g. property-xxxx) or the property_name of the custom property
Query Parameters
Specifies whether to resolve the chat or the ticket property when the same name exists under both
chat, ticket