cURL
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 } '
Updates the mandatory tags triggers.
OK
Was this page helpful?