Tags
More Tags-API information can be found here: REST API documentation - Tags
Create tags
Be aware: A tag is only "progressing forward": Once you introduce an allowed value to a tag, you cannot remove it anymore.
To add a tag, do the following POST call with the JSON body:
The field id
must be unique for tags.
Get tags
To get all defined tags, do the following GET call:
The response looks like this one:
Patch tags
Once created, allowedValues
can be modified to receive additional allowed values:
A successful request is acknowledged by an HTTP 200 OK
response with a body similar to this:
From now on, the value amazon
could be used as a value to the tag channel
.
Last updated