Skip to main content
POST

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Body

name
string
required

Machine-readable property key (max 100 chars, must be unique)

Required string length: 1 - 100
displayName
string
required

Human-readable label (max 255 chars)

Required string length: 1 - 255
dataType
string
required

One of: string, number, date, boolean, string[], number[], date[], boolean[]

Minimum string length: 1

Response

OK

Last modified on August 10, 2026