# Update client Updates an existing client. Only provided fields are updated. Endpoint: PUT /v1/clients/{id} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `id` (integer, required) Client identifier. ## Request fields (application/json): - `clientName` (string) Example: "Acme Trucking" - `agencyId` (integer,null) Example: 1 - `producerId` (integer,null) Example: 1 ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 404 fields