// Tags

Create a tag

Create a new tag in a workspace.

POST/api/tag

Description

Creates a tag the workspace can apply to deployment targets and variable values.

Parameters

NameInTypeRequiredDescription
workspaceId body string yes ID of the workspace.
tagName body string yes Tag name.

Errors

StatusMeaning
400 Invalid workspaceId or validation failure.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.