/custom-fields/{id}

PUT {{baseUrl}}/custom-fields/:id

Update a single custom field

Request Body

{"name"=>"<string>", "type"=>"<string>", "label"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;label&quot;:&quot;\u003cstring\u003e&quot;,&quot;itemType&quot;:&quot;\u003cstring\u003e&quot;,&quot;sortOrder&quot;:&quot;\u003cinteger\u003e&quot;}