Skip to content

Commit

Permalink
Automated commit by github action: 10734469848
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-relations-sp committed Sep 6, 2024
1 parent c3ea4b9 commit cc55731
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
10 changes: 8 additions & 2 deletions static/api-specs/idn/beta/paths/password-reset-digit-token.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
post:
operationId: generateDigitToken
operationId: createDigitToken
security:
- UserContextAuth: [ idn:password-digit-token:create ]
summary: Generate a digit token
tags:
- Password Management
summary: Generate a digit token
description: This API is used to generate a digit token for password management. Requires authorization scope of "idn:password-digit-token:create".
requestBody:
required: true
Expand All @@ -28,7 +30,11 @@ post:
}
'400':
$ref: '../../v3/responses/400.yaml'
'401':
$ref: '../../v3/responses/401.yaml'
'403':
$ref: '../../v3/responses/403.yaml'
'429':
$ref: '../../v3/responses/429.yaml'
'500':
$ref: '../../v3/responses/500.yaml'
12 changes: 9 additions & 3 deletions static/api-specs/idn/v2024/paths/password-reset-digit-token.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
post:
operationId: generateDigitToken
tags:
- Password Management
operationId: createDigitToken
security:
- UserContextAuth: [ idn:password-digit-token:create ]
summary: Generate a digit token
tags:
- Password Management
description: This API is used to generate a digit token for password management.
Requires authorization scope of "idn:password-digit-token:create".
requestBody:
Expand All @@ -27,8 +29,12 @@ post:
requestId: e1267ecd-fcd9-4c73-9c55-12555efad136
'400':
$ref: ../../v3/responses/400.yaml
'401':
$ref: ../../v3/responses/401.yaml
'403':
$ref: ../../v3/responses/403.yaml
'429':
$ref: ../../v3/responses/429.yaml
'500':
$ref: ../../v3/responses/500.yaml
parameters:
Expand Down

0 comments on commit cc55731

Please sign in to comment.