v1

latestOpenAPI 3.0.32026-07-13218142597.2 KB
Content Properties

Create content property for custom content

Creates a new content property for a piece of custom content.

Permissions required: Permission to update the custom content.

post/custom-content/{custom-content-id}/properties

Path parameters

custom-content-idinteger required

The ID of the custom content to create a property for.

Request body

keystring

Key of the content property

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

Response

Returned if the content property was created 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."}