cURL
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>" }
All parameters must be supplied. Admin may promote private→global by setting owner: "".
owner: ""
Platform catalog (cloud or containers).
cloud
containers
Unique tag identifier.
Supply all parameters; PUT is delete+replace.
AWS
CONTAINER
Updated entry (with message)