Skip to main content
PUT
/
api
/
Tags
/
Settings
/
{entityId}
Update Gags settings.
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
    }
  ]
}
'

Path Parameters

entityId
integer<int32>
required

Body

application/json
tagsSettings
object[] | null

Response

200

OK