cURL
curl --request PATCH \ --url https://api.unifygtm.com/data/v1/objects/{object_name}/attributes/{attribute_name}/options/{option_name} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "display_name": "<string>" } '
{ "status": "success", "data": { "api_name": "<string>", "display_name": "<string>" } }
Definition of an option for a SELECT or MULTI_SELECT attribute.
SELECT
MULTI_SELECT
This is the user-facing attribute option name that will be shown within Unify. It is unique within the object and can be changed at any time.
Response for a successful update operation.
success
Show child attributes