Create tag
Creates a workspace tag. Requires the tags:write scope.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
description
hex_color
auto_tagging_enabled
Response headers
X-Api-Version
Response
Created tag response.
object
id
name
created_at
updated_at
hex_color
description
auto_tagging_enabled
Errors
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error