Skip to main content
PUT
/
api
/
Tags
/
MandatoryTagsTriggers
Updates mandatory tag triggers.
curl --request PUT \
  --url https://api.example.com/api/Tags/MandatoryTagsTriggers \
  --header 'Content-Type: application/json' \
  --data '
{
  "green": true,
  "yellow": true,
  "blue": true,
  "red": true
}
'

Body

application/json
green
boolean
yellow
boolean
blue
boolean
red
boolean

Response

200

OK