Skip to content

Commit 8a9cc3e

Browse files
authored
Merge pull request #5719 from AnuradhaSK/fix-typo-account-recovery-branch
Fix typo in account recovery yaml
2 parents 30f5044 + 139b268 commit 8a9cc3e

File tree

9 files changed

+63
-63
lines changed

9 files changed

+63
-63
lines changed

en/asgardeo/docs/apis/restapis/user-account-recovery.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ paths:
9393
description: No user found
9494
traceId: 23456fghj678vb78
9595
'409':
96-
description: Mutiple users found for the given claims.
96+
description: Multiple users found for the given claims.
9797
content:
9898
application/json:
9999
schema:
@@ -368,7 +368,7 @@ paths:
368368
description: No user found
369369
traceId: 23456fghj678vb78
370370
'409':
371-
description: Mutiple users found for the given claims.
371+
description: Multiple users found for the given claims.
372372
content:
373373
application/json:
374374
schema:
@@ -1103,7 +1103,7 @@ components:
11031103
resendCode:
11041104
type: string
11051105
description: >-
1106-
Code to resend the confirmation code to the user via user user
1106+
Code to resend the confirmation code to the user via user
11071107
selected channel
11081108
example: 1234-123456-12345-12345
11091109
links:

en/identity-server/7.0.0/docs/apis/restapis/user-account-recovery-v1.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ paths:
103103
description: No user found
104104
traceId: 23456fghj678vb78
105105
'409':
106-
description: Mutiple users found for the given claims.
106+
description: Multiple users found for the given claims.
107107
content:
108108
application/json:
109109
schema:
@@ -341,7 +341,7 @@ paths:
341341
preferred: true
342342
links:
343343
- rel: next
344-
href: /api/users/v1/recovery/password/recovery
344+
href: /api/users/v1/recovery/password/recover
345345
type: POST
346346
- mode: recoverWithChallengeQuestions
347347
links:
@@ -378,7 +378,7 @@ paths:
378378
description: No user found
379379
traceId: 23456fghj678vb78
380380
'409':
381-
description: Mutiple users found for the given claims.
381+
description: Multiple users found for the given claims.
382382
content:
383383
application/json:
384384
schema:
@@ -476,10 +476,10 @@ paths:
476476
resendCode: 12345-45678-6789098-8765
477477
links:
478478
- rel: next
479-
href: api/users/v1/recovery/password/confirm
479+
href: /api/users/v1/recovery/password/confirm
480480
type: POST
481481
- rel: resend
482-
href: api/users/v1/recovery/password/resend
482+
href: /api/users/v1/recovery/password/resend
483483
type: POST
484484
'202':
485485
description: >
@@ -501,10 +501,10 @@ paths:
501501
resendCode: 12345-45678-6789098-8765
502502
links:
503503
- rel: next
504-
href: api/users/v1/recovery/password/confirm
504+
href: /api/users/v1/recovery/password/confirm
505505
type: POST
506506
- rel: resend
507-
href: api/users/v1/recovery/password/resend
507+
href: /api/users/v1/recovery/password/resend
508508
type: POST
509509
'400':
510510
description: Bad Request. Request cannot be processed by the server.
@@ -639,10 +639,10 @@ paths:
639639
resendCode: 1234-12345-234-123456
640640
links:
641641
- rel: next
642-
href: api/users/v1/recovery/password/recover
642+
href: /api/users/v1/recovery/password/recover
643643
type: POST
644644
- rel: resend
645-
href: api/users/v1/recovery/password/resend
645+
href: /api/users/v1/recovery/password/resend
646646
type: POST
647647
'202':
648648
description: >
@@ -664,10 +664,10 @@ paths:
664664
resendCode: 1234-12345-234-123456
665665
links:
666666
- rel: next
667-
href: api/user/v1/recovery/password/recover
667+
href: /api/users/v1/recovery/password/recover
668668
type: POST
669669
- rel: resend
670-
href: api/users/v1/recovery/password/resend
670+
href: /api/users/v1/recovery/password/resend
671671
type: POST
672672
'400':
673673
description: Bad Request. Request cannot be processed by the server.
@@ -1093,7 +1093,7 @@ components:
10931093
resendCode:
10941094
type: string
10951095
description: >-
1096-
Code to resend the confirmation code to the user via user user
1096+
Code to resend the confirmation code to the user via user
10971097
selected channel
10981098
example: 1234-123456-12345-12345
10991099
links:

en/identity-server/7.0.0/docs/apis/restapis/user-account-recovery-v2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ paths:
9393
description: No user found
9494
traceId: 23456fghj678vb78
9595
'409':
96-
description: Mutiple users found for the given claims.
96+
description: Multiple users found for the given claims.
9797
content:
9898
application/json:
9999
schema:
@@ -368,7 +368,7 @@ paths:
368368
description: No user found
369369
traceId: 23456fghj678vb78
370370
'409':
371-
description: Mutiple users found for the given claims.
371+
description: Multiple users found for the given claims.
372372
content:
373373
application/json:
374374
schema:
@@ -1105,7 +1105,7 @@ components:
11051105
resendCode:
11061106
type: string
11071107
description: >-
1108-
Code to resend the confirmation code to the user via user user
1108+
Code to resend the confirmation code to the user via user
11091109
selected channel
11101110
example: 1234-123456-12345-12345
11111111
links:

en/identity-server/7.1.0/docs/apis/restapis/user-account-recovery-v1.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ paths:
103103
description: No user found
104104
traceId: 23456fghj678vb78
105105
'409':
106-
description: Mutiple users found for the given claims.
106+
description: Multiple users found for the given claims.
107107
content:
108108
application/json:
109109
schema:
@@ -341,7 +341,7 @@ paths:
341341
preferred: true
342342
links:
343343
- rel: next
344-
href: /api/users/v1/recovery/password/recovery
344+
href: /api/users/v1/recovery/password/recover
345345
type: POST
346346
- mode: recoverWithChallengeQuestions
347347
links:
@@ -378,7 +378,7 @@ paths:
378378
description: No user found
379379
traceId: 23456fghj678vb78
380380
'409':
381-
description: Mutiple users found for the given claims.
381+
description: Multiple users found for the given claims.
382382
content:
383383
application/json:
384384
schema:
@@ -476,10 +476,10 @@ paths:
476476
resendCode: 12345-45678-6789098-8765
477477
links:
478478
- rel: next
479-
href: api/users/v1/recovery/password/confirm
479+
href: /api/users/v1/recovery/password/confirm
480480
type: POST
481481
- rel: resend
482-
href: api/users/v1/recovery/password/resend
482+
href: /api/users/v1/recovery/password/resend
483483
type: POST
484484
'202':
485485
description: >
@@ -501,10 +501,10 @@ paths:
501501
resendCode: 12345-45678-6789098-8765
502502
links:
503503
- rel: next
504-
href: api/users/v1/recovery/password/confirm
504+
href: /api/users/v1/recovery/password/confirm
505505
type: POST
506506
- rel: resend
507-
href: api/users/v1/recovery/password/resend
507+
href: /api/users/v1/recovery/password/resend
508508
type: POST
509509
'400':
510510
description: Bad Request. Request cannot be processed by the server.
@@ -639,10 +639,10 @@ paths:
639639
resendCode: 1234-12345-234-123456
640640
links:
641641
- rel: next
642-
href: api/users/v1/recovery/password/recover
642+
href: /api/users/v1/recovery/password/recover
643643
type: POST
644644
- rel: resend
645-
href: api/users/v1/recovery/password/resend
645+
href: /api/users/v1/recovery/password/resend
646646
type: POST
647647
'202':
648648
description: >
@@ -664,10 +664,10 @@ paths:
664664
resendCode: 1234-12345-234-123456
665665
links:
666666
- rel: next
667-
href: api/user/v1/recovery/password/recover
667+
href: /api/users/v1/recovery/password/recover
668668
type: POST
669669
- rel: resend
670-
href: api/users/v1/recovery/password/resend
670+
href: /api/users/v1/recovery/password/resend
671671
type: POST
672672
'400':
673673
description: Bad Request. Request cannot be processed by the server.
@@ -1093,7 +1093,7 @@ components:
10931093
resendCode:
10941094
type: string
10951095
description: >-
1096-
Code to resend the confirmation code to the user via user user
1096+
Code to resend the confirmation code to the user via user
10971097
selected channel
10981098
example: 1234-123456-12345-12345
10991099
links:

en/identity-server/7.1.0/docs/apis/restapis/user-account-recovery-v2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ paths:
9393
description: No user found
9494
traceId: 23456fghj678vb78
9595
'409':
96-
description: Mutiple users found for the given claims.
96+
description: Multiple users found for the given claims.
9797
content:
9898
application/json:
9999
schema:
@@ -368,7 +368,7 @@ paths:
368368
description: No user found
369369
traceId: 23456fghj678vb78
370370
'409':
371-
description: Mutiple users found for the given claims.
371+
description: Multiple users found for the given claims.
372372
content:
373373
application/json:
374374
schema:
@@ -1105,7 +1105,7 @@ components:
11051105
resendCode:
11061106
type: string
11071107
description: >-
1108-
Code to resend the confirmation code to the user via user user
1108+
Code to resend the confirmation code to the user via user
11091109
selected channel
11101110
example: 1234-123456-12345-12345
11111111
links:

en/identity-server/7.2.0/docs/apis/restapis/user-account-recovery-v1.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ paths:
103103
description: No user found
104104
traceId: 23456fghj678vb78
105105
'409':
106-
description: Mutiple users found for the given claims.
106+
description: Multiple users found for the given claims.
107107
content:
108108
application/json:
109109
schema:
@@ -341,7 +341,7 @@ paths:
341341
preferred: true
342342
links:
343343
- rel: next
344-
href: /api/users/v1/recovery/password/recovery
344+
href: /api/users/v1/recovery/password/recover
345345
type: POST
346346
- mode: recoverWithChallengeQuestions
347347
links:
@@ -378,7 +378,7 @@ paths:
378378
description: No user found
379379
traceId: 23456fghj678vb78
380380
'409':
381-
description: Mutiple users found for the given claims.
381+
description: Multiple users found for the given claims.
382382
content:
383383
application/json:
384384
schema:
@@ -476,10 +476,10 @@ paths:
476476
resendCode: 12345-45678-6789098-8765
477477
links:
478478
- rel: next
479-
href: api/users/v1/recovery/password/confirm
479+
href: /api/users/v1/recovery/password/confirm
480480
type: POST
481481
- rel: resend
482-
href: api/users/v1/recovery/password/resend
482+
href: /api/users/v1/recovery/password/resend
483483
type: POST
484484
'202':
485485
description: >
@@ -501,10 +501,10 @@ paths:
501501
resendCode: 12345-45678-6789098-8765
502502
links:
503503
- rel: next
504-
href: api/users/v1/recovery/password/confirm
504+
href: /api/users/v1/recovery/password/confirm
505505
type: POST
506506
- rel: resend
507-
href: api/users/v1/recovery/password/resend
507+
href: /api/users/v1/recovery/password/resend
508508
type: POST
509509
'400':
510510
description: Bad Request. Request cannot be processed by the server.
@@ -639,10 +639,10 @@ paths:
639639
resendCode: 1234-12345-234-123456
640640
links:
641641
- rel: next
642-
href: api/users/v1/recovery/password/recover
642+
href: /api/users/v1/recovery/password/recover
643643
type: POST
644644
- rel: resend
645-
href: api/users/v1/recovery/password/resend
645+
href: /api/users/v1/recovery/password/resend
646646
type: POST
647647
'202':
648648
description: >
@@ -664,10 +664,10 @@ paths:
664664
resendCode: 1234-12345-234-123456
665665
links:
666666
- rel: next
667-
href: api/user/v1/recovery/password/recover
667+
href: /api/users/v1/recovery/password/recover
668668
type: POST
669669
- rel: resend
670-
href: api/users/v1/recovery/password/resend
670+
href: /api/users/v1/recovery/password/resend
671671
type: POST
672672
'400':
673673
description: Bad Request. Request cannot be processed by the server.
@@ -1093,7 +1093,7 @@ components:
10931093
resendCode:
10941094
type: string
10951095
description: >-
1096-
Code to resend the confirmation code to the user via user user
1096+
Code to resend the confirmation code to the user via user
10971097
selected channel
10981098
example: 1234-123456-12345-12345
10991099
links:

en/identity-server/7.2.0/docs/apis/restapis/user-account-recovery-v2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ paths:
9393
description: No user found
9494
traceId: 23456fghj678vb78
9595
'409':
96-
description: Mutiple users found for the given claims.
96+
description: Multiple users found for the given claims.
9797
content:
9898
application/json:
9999
schema:
@@ -368,7 +368,7 @@ paths:
368368
description: No user found
369369
traceId: 23456fghj678vb78
370370
'409':
371-
description: Mutiple users found for the given claims.
371+
description: Multiple users found for the given claims.
372372
content:
373373
application/json:
374374
schema:
@@ -1105,7 +1105,7 @@ components:
11051105
resendCode:
11061106
type: string
11071107
description: >-
1108-
Code to resend the confirmation code to the user via user user
1108+
Code to resend the confirmation code to the user via user
11091109
selected channel
11101110
example: 1234-123456-12345-12345
11111111
links:

0 commit comments

Comments
 (0)