/tagsCreate a tag
Creates a new tag in a workspace or organization. Supply the tag properties in data, including the workspace or organization where the tag will be created; that association cannot be changed after creation. The response contains the complete newly created tag record.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The tag properties to create, supplied in the data object. Include the workspace or organization that will own the tag.
A 400 is returned when a parameter or request body value is missing or malformed. A 401 is returned without valid authentication, and a 403 is returned when the authenticated user cannot create tags in the target workspace or organization. A 404 indicates that the requested action or object does not exist, while a 500 indicates a server-side failure; the caller must also have the tags:write scope and provide workspace in data.