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