Update company
Updates a LinkedIn company.
Authorizations
Pass API key as Authorization: Bearer <api_key>.
Path Parameters
Company ID returned by GET /v1/companies (the company_id field).
^[1-9][0-9]*$Body
Company update payload. Known system keys are documented below. Any additional top-level key is treated as a registered company custom field key, following the same convention as the contact update endpoint. Unknown custom field keys, keys that collide with system fields, and values that do not match the registered field type are rejected.
LinkedIn account ID returned by GET /v1/accounts. Required to write notes and when the company exists under multiple LinkedIn accounts.
^[1-9][0-9]*$Use set for exact replacement, or add/remove for incremental updates. set cannot be combined with add or remove.
Text to store as notes. Use null or an empty string to clear notes.
Value for a registered custom field key. Use null to clear. Date fields must use YYYY-MM-DD strings.
Response
Company updated.