Create new Custom Field.

POST {{baseUrl}}/custom_field

This method allows to create custom field.

Request Body

{"title"=>"Example of creating a custom field", "entity"=>0, "type"=>0, "projects_codes"=>["{{projectCode}}"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":true,"result":{"id":-96349709}}