Tags
Create a new tag.
Create a new tag with the specified data.
post/api/admin/tags
Request body
Example request
{
"value": "a-tag-value",
"type": "simple",
"color": "#FFFFFF"
}Response
The resource was successfully created.
Example response
{
"version": 1,
"tag": {
"value": "a-tag-value",
"type": "simple",
"color": "#FFFFFF"
}
}