curl --request PUT \
--url https://api.example.com/api/Tags/Settings/{entityId} \
--header 'Content-Type: application/json' \
--data '
{
"tagsSettings": [
{
"id": 123,
"databaseName": "<string>",
"tagTypeId": 123,
"entityId": 123,
"tagAgencyName": "<string>",
"visible": true,
"structured": true,
"minTags": 123,
"overrideId": 123,
"overrideMinTags": 123,
"overrideEnabled": true
}
]
}
'curl --request PUT \
--url https://api.example.com/api/Tags/Settings/{entityId} \
--header 'Content-Type: application/json' \
--data '
{
"tagsSettings": [
{
"id": 123,
"databaseName": "<string>",
"tagTypeId": 123,
"entityId": 123,
"tagAgencyName": "<string>",
"visible": true,
"structured": true,
"minTags": 123,
"overrideId": 123,
"overrideMinTags": 123,
"overrideEnabled": true
}
]
}
'Was this page helpful?