/custom-fields
POST {{baseUrl}}/custom-fields
Creates a new custom field
Request Body
{"name"=>"<string>", "itemType"=>"<string>", "label"=>"<string>", "type"=>"text"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e","type":"\u003cstring\u003e","label":"\u003cstring\u003e","itemType":"\u003cstring\u003e","sortOrder":"\u003cinteger\u003e"}