Skip to main content
PUT
/
subscriptions
/
{platformType}
/
properties
/
{propertyRef}
Replace a property by ID (full PUT)
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kubex.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

platformType
enum<string>
required

Platform catalog (cloud or containers).

Available options:
cloud,
containers
propertyRef
string
required

Unique property identifier.

Body

application/json
propertyName
string
required
aliasName
string
owner
string

Response

Updated property

propertyRef
string
required

Unique referenced ID.

propertyName
string
required

Recommendation element name (must exist in the applicable Recommendations response schema).

aliasName
string

Display alias (scope-unique per rules).

owner
string

Empty = global; otherwise username (private).