...
Code Block |
---|
HTTP/1.1 200 OK |
Error Response, if the session token is missing or does not match userId:
Code Block |
---|
HTTP/1.1 400 Bad Request
Content-Type: application/json
{"reason":"Not authorized."}
|
Send Change-Password Email
...
...
Code Block |
---|
HTTP/1.1 200 OK |
Error Response, if the session token is missing or does not match userId:
Code Block |
---|
HTTP/1.1 400 Bad Request
Content-Type: application/json
{"reason":"Not authorized."}
|
...