Update Company
Companies
Update Company
Update mutable company fields. Currently supports updating the display name only.
PATCH
Update Company
Update mutable company fields. Currently supports updating the display name only.Documentation Index
Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
company_id | integer | Company ID (rootfi_id). |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | No | Updated company display name. Must be non-empty when provided. |
Sync configuration is managed separately via Update Company Sync
Config.
Response
Returns{ request_id } on success.