cURL
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>" } ]
Replace parameters for existing tags. Supply all parameters for each tag; PUT acts as delete+replace. Admins may promote private→global by setting owner: "".
owner: ""
Platform catalog (cloud or containers).
cloud
containers
1
AWS
CONTAINER
Updated entries (per-item message)