textfields may useformat.textvaluesemail,phone,uuid,url, orregex.- When
format.textisregex, provideformat.patternwith the validation pattern. dateanddatetimefields may useformat.iso_formatto define the accepted incoming date format.integerandbooleanfields typically omitformat.- Field names must be unique within the workspace and may not use reserved names.
Create Fields
Create one or more custom fields in your workspace. Each field must have a unique snake_case name and a valid type definition.
Field Type Rules
Supported type and format combinations
POST
/v1/workspaces/:workspace/fieldsCreate one or more custom fields
Path parameters
workspacestring Required ID of your workspace
Request body
fieldsarray Required Array of field definitions to create
Show Object Properties