cURL
curl --request POST \ --url https://api.example.com/case-fields \ --header 'Content-Type: application/json' \ --cookie fastapiusersauth= \ --data ' { "name": "<string>", "type": "TEXT", "nullable": true, "default": "<unknown>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Create a new case field.
The name of the column
1 - 100
The SQL type of the column
TEXT
INTEGER
NUMERIC
BOOLEAN
TIMESTAMP
TIMESTAMPTZ
JSONB
UUID
Successful Response
Was this page helpful?