Browse Source

Improving ForgotPwd structure

main
ddangelorb 3 years ago
parent
commit
69df058884
  1. 2
      index.html
  2. 6
      swagger.yaml

2
index.html

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- V1.0.1-->
<!-- V1.0.0-->
<html lang="en"> <html lang="en">
<head> <head>

6
swagger.yaml

@ -17,13 +17,11 @@ tags:
description: Operations about users description: Operations about users
paths: paths:
/forgotpasswords/findallforgotpasswordquestions: /forgotpasswords/findallforgotpasswordquestions:
post:
get:
tags: tags:
- forgotpasswords - forgotpasswords
summary: ${ForgotPasswordsController.findallforgotpasswordquestions} summary: ${ForgotPasswordsController.findallforgotpasswordquestions}
operationId: findallforgotpasswordquestionsUsingPOST
consumes:
- application/json
operationId: findallforgotpasswordquestionsUsingGET
produces: produces:
- '*/*' - '*/*'
responses: responses:

Loading…
Cancel
Save