Update Member Password
POST/api/members/:memberId/password
Update the password of a specific member.
Request
Responses
- 204
- 401
- 403
- 404
Member password updated successfully.
The request requires user authentication.
The server understood the request, but refuses to authorize it.
The specified resource was not found.