This endpoint updates an existing client’s information. All fields in the request body are optional.
Path Parameters
Client’s unique identifier in UUID format
Body
Client’s full name. Minimum 3 characters. (Optional)
Client’s email address. Must be a valid email format. (Optional)
Response
Indicates if there was an error
Request Example
All fields in the request body are optional. You can update just the name, just the email, or both.
Error Responses
{
"error": false,
"msg": "User update sucessfully"
}