patch-crm-v3-properties-objtype-var_var
Update a HubSpot CRM property by providing its object type and name. Modify fields like label, data type, options, and display settings.
Instructions
Update a property
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | The data type of the property. | |
| label | No | A human-readable property label that will be shown in HubSpot. | |
| hidden | No | If true, the property won't be visible and can't be used in HubSpot. | |
| options | No | A list of valid options for the property. | |
| fieldType | No | Controls how the property appears in HubSpot. | |
| formField | No | Whether or not the property can be used in a HubSpot form. | |
| groupName | No | The name of the property group the property belongs to. | |
| objectType | Yes | Path parameter objectType | |
| description | No | A description of the property that will be shown as help text in HubSpot. | |
| displayOrder | No | Properties are displayed in order starting with the lowest positive integer value. Values of -1 will cause the Property to be displayed after any positive values. | |
| propertyName | Yes | Path parameter propertyName | |
| calculationFormula | No | Represents a formula that is used to compute a calculated property. |