objects_update_custom_object
Update a custom object's schema in GoHighLevel by key, adjusting labels, description, and searchable properties to manage CRM data accurately.
Instructions
Update Object Schema By Key / Id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | key of the custom or standard object. For custom objects, the key must include the prefix “custom_objects.”. This key can be found on the Object Details page under Settings in the UI. | |
| labels | No | This is how your custom object will be displayed | |
| locationId | No | location id Defaults to GHL_LOCATION_ID when omitted. | |
| description | No | Pet Object`s description | |
| searchableProperties | Yes | Searchable Fields: Provide the field key of your object that you want to search on, using the format (custom_object.<object_name>.<field_key>). |