Skip to content

Commit

Permalink
[TM-1385] update path index
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarLima1 committed Nov 26, 2024
1 parent 8109acd commit d35b281
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openapi-src/V2/paths/Auth/post-auth-reset.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
operationId: post-auth-send-login-details
operationId: post-auth-reset
summary: Send a password reset email to a user or admin
tags:
- Auth
Expand Down
20 changes: 20 additions & 0 deletions openapi-src/V2/paths/Auth/post-auth-send-login-details.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
operationId: post-auth-send-login-details
summary: Send a password reset email to a user or admin
tags:
- Auth
security: []
consumes:
- application/json
produces:
- application/json
parameters:
- name: Body
in: body
required: true
schema:
$ref: '../../definitions/_index.yml#/AuthReset'
responses:
'200':
description: OK
schema:
$ref: '../../definitions/_index.yml#/Empty'
2 changes: 1 addition & 1 deletion openapi-src/V2/paths/_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2502,7 +2502,7 @@
$ref: './Auth/post-auth-reset.yml'
/auth/send-login-details:
post:
$ref: './Auth/post-auth-reset.yml'
$ref: './Auth/post-auth-send-login-details.yml'
/auth/mail:
get:
$ref: './Auth/get-auth-mail.yml'
Expand Down
2 changes: 1 addition & 1 deletion resources/docs/swagger-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93202,7 +93202,7 @@ paths:
type: object
/auth/send-login-details:
post:
operationId: post-auth-reset
operationId: post-auth-send-login-details
summary: Send a password reset email to a user or admin
tags:
- Auth
Expand Down

0 comments on commit d35b281

Please sign in to comment.