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

hex_colorstring

The hex code of the tag's color.

object_type'account' | 'article' | 'issue' required

The object type of the associated object. Can be "account", "article", or "issue".

valuestring required

The tag value.

Example request

{
  "object_type": "issue"
}

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "object_type": "issue"
  }
}

Changes