Update Custom Property
This endpoint updates the name, section or mandatory flag of a custom property
Provide any combination of the three fields - at least one is required. If the section does not exist yet, it is created automatically
Options for dropdown and picklist properties are managed separately via the Update Property Options endpoint
mandatory is supported only for ticket properties. Passing mandatory: true for a chat property returns a validation error
If the same property name exists under both chat and ticket, pass the type query parameter to specify which one to update. Without it, the request is rejected as ambiguous
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 Body
- The new name of the property
- Must be unique within its type
"Workspace ID"
- The name of the section to move the property to
- Created automatically if it does not exist
"Issue Details"
- Whether the property is mandatory
- Supported only for ticket properties; rejected for chat properties
true