DeploymentTargetTags

Create a new DeploymentTargetTag

post/deploymenttargettags

Request body

SpaceIdstring required

The ID of the space for the DeploymentTargetTag

Tagstring required

The name or tag of the DeploymentTargetTag

Example request

{
  "SpaceId": "Spaces-1"
}

Response

Created

SpaceIdstring required
Tagstring required

Example response

{
  "SpaceId": "Spaces-1"
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.