ghl_object_update_record
Update a custom or standard object record in GoHighLevel by providing the schema key, record ID, location ID, and field values in the request body.
Instructions
SPEC GAP: UpdateCustomObjectRecordDto is an empty object schema in v3/objects-v3.json — verified against the raw spec, not an extraction bug. The body property will accept arbitrary JSON; GHL's convention (per external docs linked from this op, not confirmed in this corpus) is a properties object keyed by the object's field keys.
Update Record
Update a Custom Object Record by Id. Supported Objects are business and custom objects. Documentation Link - https://doc.clickup.com/8631005/d/h/87cpx-277156/93bf0c2e23177b0/87cpx-376296
Endpoint: PUT /objects/{schemaKey}/records/{id} (Version header: v3; source: v3/objects-v3.json)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | id of the record to be updated. Available on the Record details page under the 3 dots or in the url | |
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| schemaKey | Yes | The key of the Custom Object / Standard Object Schema. For custom objects, the key must include the “custom_objects.” prefix, while standard objects use their respective object keys. This information is available on the Custom Objects Details page under Settings. | |
| locationId | Yes |