tags
Create a new tag
Creates a new tag with the specified value and object type.
Rate limit: 300 requests per minute
post/tags
Request body
Example request
{
"object_type": "issue"
}Response
Example response
{
"data": {
"object_type": "issue"
}
}