Update a customer
PATCH/customers/:customer_id
Update customer information. Note: Email is immutable and cannot be changed. The organization is determined from the authenticated API key.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Successfully updated customer
Invalid request body or validation error
Unauthorized - invalid or missing API key
Customer not found
Internal server error