Partial update of a single company row.
domain also rewrites profile_data.enrichment.company_domain for every linked person row in the same list (best-effort cascade). Returns the updated row in camelCase.
/api/lists/{id}/companies/{cid} with other verbs. See the sibling page for related operations on the same resource.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List UUID
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Company row UUID
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Partial update. camelCase keys are mapped to snake_case server-side via toCompanyRowDbUpdate. Fields not present in the body are left untouched.
Updating the domain cascades to all linked people rows — each linked person's profile_data.enrichment.company_domain is rewritten to the new value. Lowercased before write; duplicates inside the same list return 409.
-9007199254740991 <= x <= 9007199254740991-9007199254740991 <= x <= 9007199254740991Company updated. Returns the full camelCase row.
camelCase company row shape returned by GET/PATCH.