Tags
Create Tag
Create a new tag
post/tags
Headers
X-Buttondown-Collision-Behavior'no_op' | 'overwrite'
Behavior applied when a tag with the same name already exists on create.
The behavior to apply when a tag with the same name already exists. Defaults to "no_op", which returns a 400 error. Set to "overwrite" to update the existing tag with the supplied values and return it with a 200 status code instead.
Request body
Example request
{
"name": "VIP",
"color": "#FFD700"
}Response
OK