Update a custom field

To update a custom deal field, the following permissions are required.

  • Deal permission: the user should have permission to manage deals.
  • Pipeline-specific permission: the user should have permission to manage the pipeline that the deal belongs to. If the user does not have the permission to manage the pipeline, limited deal data are returned with only id, title, and isDisabled set to 1.
{ "dealCustomFieldMetum": { "fieldLabel": "New Title", "fieldDefault": "Default Text", "isFormVisible": 1, "displayOrder": 1 } }
Path Params
int32
required

ID of the custom field to update

Body Params
object
Responses

Language
Credentials
URL
Choose an example:
application/json