threadliner

Create a custom field

POST
/custom-fields

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/custom-fields" \  -H "Content-Type: application/json" \  -d '{    "key": "string",    "label": "string",    "fieldType": "TEXT"  }'
Empty
Was this page helpful?

Last updated on