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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":true,"result":{"id":-96349709}}