Tags
Create a tag
Creates a new tag for an existing instance and tag group.
POST
/
v0
/
tags
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe teal instance ID
Body
application/json
name
string
requiredAn arbitrary string, useful for identifying the tag to the user.
tag_group_id
string
requiredThe ID of the tag group.
Response
201 - application/json
id
string
requiredThe unique ID of the object.
name
string
requiredAn arbitrary string, useful for identifying the tag to the user.
tag_group_id
string
requiredThe ID of the tag group.