update_company
Update a company's details by sending only the fields to change; omitted fields remain unchanged.
Instructions
Update a company via partial POST to /v1/companies/{slug}.
Only non-None fields are forwarded; omitted fields are preserved server-side
(the API's required company_name is kept automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| company_name | No | ||
| about_company | No | ||
| website | No | ||
| industry_id | No | ||
| city | No | ||
| state | No | ||
| country | No | ||
| No | |||
| owner_id | No | ||
| custom_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| id | Yes | ||
| title | No | ||
| url | No |