Skip to main content
PUT
/
subscriptions
/
{platformType}
/
tags
/
{tagRef}
Replace a tag by ID (full PUT)
curl --request PUT \
  --url https://{host}/subscriptions/{platformType}/tags/{tagRef} \
  --header 'Content-Type: application/json' \
  --data '
{
  "tagName": "<string>",
  "attributeName": "<string>",
  "aliasName": "<string>",
  "key": "<string>",
  "technology": "AWS",
  "owner": "<string>"
}
'
{
  "tagRef": "<string>",
  "tagName": "<string>",
  "message": "<string>"
}

Path Parameters

platformType
enum<string>
required

Platform catalog (cloud or containers).

Available options:
cloud,
containers
tagRef
string
required

Unique tag identifier.

Body

application/json

Supply all parameters; PUT is delete+replace.

tagName
string
required
attributeName
string
required
aliasName
string
key
string
technology
enum<string>
Available options:
AWS,
CONTAINER
owner
string

Response

Updated entry (with message)

tagRef
string
tagName
string
message
string