Skip to main content
PUT
/
subscriptions
/
{platformType}
/
tags
Replace tags (bulk PUT; all-or-nothing)
curl --request PUT \
  --url https://{host}/subscriptions/{platformType}/tags \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "tagRef": "<string>",
    "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

Body

application/json
Minimum array length: 1
tagRef
string
required
tagName
string
required
attributeName
string
required
aliasName
string
key
string
technology
enum<string>
Available options:
AWS,
CONTAINER
owner
string

Response

Updated entries (per-item message)

tagRef
string
tagName
string
message
string