cURL
curl --request PUT \ --url https://{host}/subscriptions/{platformType}/properties/{propertyRef} \ --header 'Content-Type: application/json' \ --data ' { "propertyName": "<string>", "aliasName": "<string>", "owner": "<string>" } '
{ "propertyRef": "<string>", "propertyName": "<string>", "aliasName": "<string>", "owner": "<string>" }
Admins can promote private→global (owner: ""); non-admins can only set owner to themselves.
owner: ""
owner
Platform catalog (cloud or containers).
cloud
containers
Unique property identifier.
Updated property
Unique referenced ID.
Recommendation element name (must exist in the applicable Recommendations response schema).
Display alias (scope-unique per rules).
Empty = global; otherwise username (private).