Update Profile
PATCH/profiles/:profileId
Updates an existing client profile based on the profile's ID.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
Returns the updated profile successfully.
Invalid request.
Unauthorized.
Profile not found.
Conflict occurred, such as duplicate data or the profile is being modified by another process.
Internal server error.