v1
latestOpenAPI 3.0.12026-08-063985821.3 MBCompany API:Lists
Modify custom field list values
put/companies/fields/custom/{fieldId}
Path parameters
fieldIdinteger required
Request body
Response
Updated company custom field definition
Example response
{
"fieldId": 1,
"name": "Text Field 1",
"type": "Text",
"mandatory": true,
"maxLength": 50,
"multiLine": true,
"multiSelect": false,
"values": []
}