Update a client
PUT/clients/:id
Updates an existing client record with the provided data. Uses database transaction to ensure data integrity
Request
Responses
- 200
- 401
- 403
- 422
- 500
Client updated successfully
Unauthenticated
Forbidden - Missing permission: update clients
Validation error
Internal server error