Custom fields
Append specialized metadata to your content through user-defined fields.
This API provides structured ways to enrich your docs with extra attributes. You can create and manage custom fields to store additional data.
Authorizations
Path parameters
organizationIdstringrequired
The unique id of the organization
Body
namestring · min: 1 · max: 50requiredPattern:
^[a-z_\-0-9]+$
typestring · enumrequiredAvailable options:
titlestring · max: 100optional
descriptionstring · max: 200optional
placeholderstring · max: 100optional
optionsstring[] · min: 1 · max: 50optional
Responses
application/json
objectoptional
Custom field
post
201
Custom field created
Authorizations
Path parameters
organizationIdstringrequired
The unique id of the organization
fieldNamestringrequired
The name of the custom field
Body
titlestring · max: 100optional
descriptionstring · max: 200optional
placeholderstring · max: 100optional
optionsstring[] · min: 1 · max: 50optional
Responses
application/json
objectoptional
Custom field
patch
200
OK
Was this helpful?