Update a global tag field for all businesses.
cURL
curl --request PATCH \ --url https://api.sandbox.getasset.com/v0/tenant/tag-fields/{tag_field_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Job" }'
{ "data": { "id": "<string>", "name": "<string>" } }
The access token received from the authorization server in the OAuth 2.0 flow.
The id of the tag field
"tf_WQMDNUHpBThYSNh4AprDBo"
The new name of the tag field
255
"Job"
Successful Response
Show child attributes