Create a tag
Creates a new tag object.
Path Parameters
tag string required
The name of the tag.
application/json
Request Body
description string
The description of the tag.
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
tags object[]
name string
The name of the tag.
description string
The description of the tag.
{
  "tags": [
    {
      "name": "SENSITIVE",
      "description": "Contains sensitive information"
    }
  ]
}
Loading...