{ "opencollection": "1.0.0", "info": { "name": "Oper Agent Documents Reset Password API", "version": "1.0" }, "items": [ { "info": { "name": "Reset Password", "type": "folder" }, "items": [ { "info": { "name": "api_reset_password_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/reset-password/", "body": { "type": "json", "data": "{}" } }, "docs": "API view to actually change the password of the user.\nOnly post is allowed.\nSecurity is checked by comparing the JWT secret with the current hashed password of the user." } ] } ], "bundled": true }