ghl_custom_field_update
Update custom field properties including name, description, options, placeholder, and form visibility. Supports Custom Objects and Company entities.
Instructions
Per spec (UpdateCustomFieldsDTO), locationId and showInForms are both required on every update call, even ones that only change name/description/options — this is a genuine spec requirement, not an extraction artifact. Update Custom Field By Id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). |