v1

latestOpenAPI 3.0.32026-07-13218142597.2 KB
Content Properties

Create content property for database

Creates a new content property for a database.

Permissions required: Permission to update the database.

post/databases/{id}/properties

Path parameters

idinteger required

The ID of the database 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."}