ghl_object_update_schema
Update object schemas for custom and standard objects (e.g., contact, opportunity) by key to modify labels, description, and searchable properties.
Instructions
Renamed from the auto-generated 'ghl_object_update_custom' for clarity and to pair with ghl_object_get_schema_by_key. Update Object Schema By Key / Id Update Custom Object Schema or standard object's like contact, opportunity, business searchable fields. To understand objects and records, please have a look at the documentation here : https://doc.clickup.com/8631005/d/h/87cpx-277156/93bf0c2e23177b0 Endpoint: PUT /objects/{key} (Version header: v3; source: v3/objects-v3.json) OAuth scopes: objects/schema.write
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. | |
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). |