Update Company
PATCH/v1/companies/:id
Partially updates an existing company. Only the fields provided in the request body will be modified; all other fields remain unchanged.
Updates do not trigger auto-enrichment. To enrich the company after updating, call POST /v1/companies/:id/enrich.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Company updated successfully
Invalid request parameters
Invalid or missing API key
Company not found
Internal server error