Update Custom Field by id.
PATCH {{baseUrl}}/custom_field/:id
This method allows to update custom field.
Request Body
{"title"=>"Example of creating a custom field (patched)"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":true}