patch-crm-object-schemas-v3-schemas-objtype_objtype
Update a HubSpot custom object schema to modify labels, required properties, searchable properties, and display settings.
Instructions
Update a schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Singular and plural labels for the object. Used in CRM display. | |
| objectType | Yes | Path parameter objectType | |
| restorable | No | boolean parameter | |
| description | No | string parameter | |
| clearDescription | No | boolean parameter | |
| requiredProperties | No | The names of properties that should be **required** when creating an object of this type. | |
| searchableProperties | No | Names of properties that will be indexed for this object type in by HubSpot's product search. | |
| primaryDisplayProperty | No | The name of the primary property for this object. This will be displayed as primary on the HubSpot record page for this object type. | |
| secondaryDisplayProperties | No | The names of secondary properties for this object. These will be displayed as secondary on the HubSpot record page for this object type. |