set_company_custom_fields
Update custom fields on a company record without altering standard fields. Provide company slug and field values to modify associated data.
Instructions
Set custom-field values on a company without touching any standard fields.
Thin wrapper over update_company — the edit endpoint accepts
custom_fields inline (there is no separate associated-fields endpoint
for companies).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| fields | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| id | Yes | ||
| title | No | ||
| url | No |