We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl -X PATCH "http://localhost:8080/users/password" -H "accept: */*" -H "Authorization: Bearer eyJ0eXBlIjoiSldUIiwiYWxnIjoiSFMzODQifQ.eyJpc3MiOiJBUEkgU2VydmVyIiwic3ViIjoiRmluZCBQYXNzd29yZCIsImV4cCI6MTU4MDUwNDk3NywiaWF0IjoxNTgwNDE4NTc3LCJlbWFpbCI6ImtvcmVhODM3OEBuYXZlci5jb20iLCJ1c2VySWQiOiJrb3JlYTgzNzgifQ.BUMfDgn-mR0t5z3WMlnqe-kOL1mEsJRYg8uepF3kYY49Dus9qpQoe7AOJyvrXLae" -H "Content-Type: application/json" -d "{ \"password\": \"test\"}"
//Request Worn Field { "error": { "code": 4001, "message": "Request Field Null or Wrong Form - Check Request Field" } }
//Fail Authentication { "error": { "code": 4101, "message": "Fail Authentication - check token” } }
The text was updated successfully, but these errors were encountered:
korea8378
No branches or pull requests
유저 비밀번호 변경 API SPEC
Request
Response
Success
Fail
400 BAD_REQUEST
401 UNAUTHORIZED
Check List
The text was updated successfully, but these errors were encountered: