Skip to content
Gancio
Search
⌘
Ctrl
K
Main Navigation
Instances
Changelog
Blog
Appearance
Menu
Return to top
Change password
POST
/api/user/recover_password
Change password through a recover code.
Request Body
application/json
Schema
JSON
JSON
{
"recover_code"
:
"MY_RECOVER_CODE"
,
"password"
:
"MY_NEW_PASSWORD"
}
Responses
201
400
404
User password has been updated.
POST
/api/user/recover_password
Playground
Body
Try it out
Samples
Powered by
VitePress OpenAPI