v1

latestOpenAPI 3.0.32026-07-13218142597.2 KB
Content Properties

Update content property for Smart Link in the content tree by id

Update a content property for a Smart Link in the content tree by its id.

Permissions required: Permission to edit the Smart Link in the content tree.

put/embeds/{embed-id}/properties/{property-id}

Path parameters

embed-idinteger required

The ID of the Smart Link in the content tree the property belongs to.

property-idinteger required

The ID of the property to be updated.

Request body

keystring

Key of the content property

{"stackTrail":"components:schemas:ContentPropertyUpdateRequest:properties:value","oasType":"schema","type":"unknown","description":"Value of the content property."}

Response

Returned if the content property was updated successfully.

idstring

ID of the property

keystring

Key of the property

{"stackTrail":"components:schemas:ContentProperty:properties:value","oasType":"schema","type":"unknown","description":"Value of the property. Must be a valid JSON value."}