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