Skip to content

Commit 8ab765f

Browse files
authored
Merge pull request #910 from Ashi1993/npm-4.0
Updating Accelerator extension swaggers
2 parents 498f1dc + 07325df commit 8ab765f

File tree

4 files changed

+54
-54
lines changed

4 files changed

+54
-54
lines changed

financial-services-accelerator/accelerators/fs-is/repository/resources/apis/accelerator-extensions-v1.0.0.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ security:
1616
- BasicAuth: []
1717
- OAuth2: []
1818
tags:
19-
- name: Client
19+
- name: Dynamic Client Registration
2020
description: APIs for dynamically registering/updating client related extensions
2121
- name: Consent
2222
description: APIs for consent flow extensions
@@ -81,7 +81,7 @@ paths:
8181
/pre-process-client-creation:
8282
post:
8383
tags:
84-
- Client
84+
- Dynamic Client Registration
8585
summary: handle pre validations & obtain custom data to store in dynamic client registration step
8686
requestBody:
8787
content:
@@ -151,7 +151,7 @@ paths:
151151
/pre-process-client-update:
152152
post:
153153
tags:
154-
- Client
154+
- Dynamic Client Registration
155155
summary: handle pre validations & obtain custom data to store in dynamic client update step
156156
requestBody:
157157
content:
@@ -222,8 +222,8 @@ paths:
222222
/pre-process-client-retrieval:
223223
post:
224224
tags:
225-
- Client
226-
summary: handle post client retrieval response generation
225+
- Dynamic Client Registration
226+
summary: handle post dynamic client retrieval response generation
227227
requestBody:
228228
content:
229229
application/json:

financial-services-accelerator/accelerators/fs-is/repository/resources/apis/accelerator-extensions-v1.0.1.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ security:
1616
- BasicAuth: []
1717
- OAuth2: []
1818
tags:
19-
- name: Client
19+
- name: Dynamic Client Registration
2020
description: APIs for dynamically registering/updating client related extensions
21-
- name: Application
21+
- name: Manual Client Registration
2222
description: APIs for registering/updating applications through devportal related extensions
2323
- name: Consent
2424
description: APIs for consent flow extensions
@@ -83,7 +83,7 @@ paths:
8383
/pre-process-client-creation:
8484
post:
8585
tags:
86-
- Client
86+
- Dynamic Client Registration
8787
summary: handle pre validations & obtain custom data to store in dynamic client registration step
8888
requestBody:
8989
content:
@@ -153,7 +153,7 @@ paths:
153153
/pre-process-client-update:
154154
post:
155155
tags:
156-
- Client
156+
- Dynamic Client Registration
157157
summary: handle pre validations & obtain custom data to store in dynamic client update step
158158
requestBody:
159159
content:
@@ -224,8 +224,8 @@ paths:
224224
/pre-process-client-retrieval:
225225
post:
226226
tags:
227-
- Client
228-
summary: handle post client retrieval response generation
227+
- Dynamic Client Registration
228+
summary: handle post dynamic client retrieval response generation
229229
requestBody:
230230
content:
231231
application/json:
@@ -291,8 +291,8 @@ paths:
291291
/pre-process-application-creation:
292292
post:
293293
tags:
294-
- Application
295-
summary: handle pre validations & changes to the consumer application creation
294+
- Manual Client Registration
295+
summary: handle pre validations & changes to the manual application creation
296296
requestBody:
297297
content:
298298
application/json:
@@ -359,8 +359,8 @@ paths:
359359
/pre-process-application-update:
360360
post:
361361
tags:
362-
- Application
363-
summary: handle pre validations & changes to the consumer application update
362+
- Manual Client Registration
363+
summary: handle pre validations & changes to the manual application update
364364
requestBody:
365365
content:
366366
application/json:

financial-services-accelerator/accelerators/fs-is/repository/resources/apis/accelerator-extensions-v1.0.2.yaml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ security:
1616
- BasicAuth: []
1717
- OAuth2: []
1818
tags:
19-
- name: Client
19+
- name: Dynamic Client Registration
2020
description: APIs for dynamically registering/updating client related extensions
21-
- name: Application
21+
- name: Manual Client Registration
2222
description: APIs for registering/updating applications through devportal related extensions
2323
- name: Consent
2424
description: APIs for consent flow extensions
@@ -83,7 +83,7 @@ paths:
8383
/pre-process-client-creation:
8484
post:
8585
tags:
86-
- Client
86+
- Dynamic Client Registration
8787
summary: handle pre validations & obtain custom data to store in dynamic client registration step
8888
requestBody:
8989
content:
@@ -136,7 +136,7 @@ paths:
136136
responseId: Ec1wMjmiG8
137137
status: ERROR
138138
data:
139-
errorMessage: bad_request
139+
errorMessage: Bad request
140140
errorDescription: Request does not comply with the schema
141141
"500":
142142
description: Server Error
@@ -148,12 +148,12 @@ paths:
148148
responseId: Ec1wMjmiG8
149149
status: ERROR
150150
data:
151-
errorMessage: server_error
151+
errorMessage: Internal server error
152152
errorDescription: Error occurred while handling the request
153153
/pre-process-client-update:
154154
post:
155155
tags:
156-
- Client
156+
- Dynamic Client Registration
157157
summary: handle pre validations & obtain custom data to store in dynamic client update step
158158
requestBody:
159159
content:
@@ -207,7 +207,7 @@ paths:
207207
responseId: Ec1wMjmiG8
208208
status: ERROR
209209
data:
210-
errorMessage: bad_request
210+
errorMessage: Bad request
211211
errorDescription: Request does not comply with the schema
212212
"500":
213213
description: Server Error
@@ -219,13 +219,13 @@ paths:
219219
responseId: Ec1wMjmiG8
220220
status: ERROR
221221
data:
222-
errorMessage: server_error
222+
errorMessage: Internal server error
223223
errorDescription: Error occurred while handling the request
224224
/pre-process-client-retrieval:
225225
post:
226226
tags:
227-
- Client
228-
summary: handle post client retrieval response generation
227+
- Dynamic Client Registration
228+
summary: handle post dynamic client retrieval response generation
229229
requestBody:
230230
content:
231231
application/json:
@@ -274,7 +274,7 @@ paths:
274274
responseId: Ec1wMjmiG8
275275
status: ERROR
276276
data:
277-
errorMessage: bad_request
277+
errorMessage: Bad request
278278
errorDescription: Request does not comply with the schema
279279
"500":
280280
description: Server Error
@@ -286,13 +286,13 @@ paths:
286286
responseId: Ec1wMjmiG8
287287
status: ERROR
288288
data:
289-
errorMessage: server_error
289+
errorMessage: Internal server error
290290
errorDescription: Error occurred while handling the request
291291
/pre-process-application-creation:
292292
post:
293293
tags:
294-
- Application
295-
summary: handle pre validations & changes to the consumer application creation
294+
- Manual Client Registration
295+
summary: handle pre validations & changes to the manual application creation
296296
requestBody:
297297
content:
298298
application/json:
@@ -342,7 +342,7 @@ paths:
342342
responseId: Ec1wMjmiG8
343343
status: ERROR
344344
data:
345-
errorMessage: bad_request
345+
errorMessage: Bad request
346346
errorDescription: Request does not comply with the schema
347347
"500":
348348
description: Server Error
@@ -354,13 +354,13 @@ paths:
354354
responseId: Ec1wMjmiG8
355355
status: ERROR
356356
data:
357-
errorMessage: server_error
357+
errorMessage: Internal server error
358358
errorDescription: Error occurred while handling the request
359359
/pre-process-application-update:
360360
post:
361361
tags:
362-
- Application
363-
summary: handle pre validations & changes to the consumer application update
362+
- Manual Client Registration
363+
summary: handle pre validations & changes to the manual application update
364364
requestBody:
365365
content:
366366
application/json:
@@ -411,7 +411,7 @@ paths:
411411
responseId: Ec1wMjmiG8
412412
status: ERROR
413413
data:
414-
errorMessage: bad_request
414+
errorMessage: Bad request
415415
errorDescription: Request does not comply with the schema
416416
"500":
417417
description: Server Error
@@ -423,7 +423,7 @@ paths:
423423
responseId: Ec1wMjmiG8
424424
status: ERROR
425425
data:
426-
errorMessage: server_error
426+
errorMessage: Internal server error
427427
errorDescription: Error occurred while handling the request
428428
/pre-process-consent-creation:
429429
post:
@@ -814,7 +814,7 @@ paths:
814814
responseId: Ec1wMjmiG8
815815
status: ERROR
816816
data:
817-
errorMessage: bad_request
817+
errorMessage: Bad Request
818818
errorDescription: Request does not comply with the schema
819819
"500":
820820
description: Server Error
@@ -826,7 +826,7 @@ paths:
826826
responseId: Ec1wMjmiG8
827827
status: ERROR
828828
data:
829-
errorMessage: server_error
829+
errorMessage: Internal server error
830830
errorDescription: Error occurred while handling the request
831831
/validate-consent-access:
832832
post:
@@ -859,7 +859,7 @@ paths:
859859
errorCode: 401
860860
data:
861861
errorMessage: invalid_permissions
862-
errorDescription: "The requested permissions are invalid, unknown"
862+
erroreDescription: "The requested permissions are invalid, unknown"
863863
"400":
864864
description: Bad Request
865865
content:
@@ -955,7 +955,7 @@ paths:
955955
status: ERROR
956956
errorCode: 401
957957
errorMessage: invalid_permissions
958-
errorDescription: "The requested permissions are invalid, unknown"
958+
errorDescription: "The requested permissions are invalid, unknown"
959959
"400":
960960
description: Bad Request
961961
content:
@@ -1018,7 +1018,7 @@ paths:
10181018
status: ERROR
10191019
errorCode: 400
10201020
data:
1021-
error: invalid_request
1021+
error: Invalid Request
10221022
errorMessage: Invalid event subscription payload
10231023
"400":
10241024
description: Bad Request
@@ -1075,7 +1075,7 @@ paths:
10751075
status: ERROR
10761076
errorCode: 400
10771077
data:
1078-
error: invalid_equest
1078+
error: Invalid Request
10791079
errorMessage: Invalid event subscription payload
10801080
"400":
10811081
description: Bad Request
@@ -1129,7 +1129,7 @@ paths:
11291129
status: ERROR
11301130
errorCode: 400
11311131
data:
1132-
error: invalid_request
1132+
error: Invalid Request
11331133
errorMessage: Invalid event creation payload
11341134
"400":
11351135
description: Bad Request
@@ -1184,7 +1184,7 @@ paths:
11841184
status: ERROR
11851185
errorCode: 400
11861186
data:
1187-
error: invalid_request
1187+
error: Invalid Request
11881188
errorMessage: Invalid event polling payload
11891189
"400":
11901190
description: Bad Request
@@ -1241,7 +1241,7 @@ paths:
12411241
status: ERROR
12421242
errorCode: 400
12431243
data:
1244-
error: invalid_request
1244+
error: Invalid Request
12451245
errorMessage: Invalid event polling payload
12461246
"400":
12471247
description: Bad Request

financial-services-accelerator/accelerators/fs-is/repository/resources/apis/accelerator-extensions-v1.0.3.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ security:
1616
- BasicAuth: []
1717
- OAuth2: []
1818
tags:
19-
- name: Client
19+
- name: Dynamic Client Registration
2020
description: APIs for dynamically registering/updating client related extensions
21-
- name: Application
21+
- name: Manual Client Registration
2222
description: APIs for registering/updating applications through devportal related extensions
2323
- name: Consent
2424
description: APIs for consent flow extensions
@@ -83,7 +83,7 @@ paths:
8383
/pre-process-client-creation:
8484
post:
8585
tags:
86-
- Client
86+
- Dynamic Client Registration
8787
summary: handle pre validations & obtain custom data to store in dynamic client registration step
8888
requestBody:
8989
content:
@@ -153,7 +153,7 @@ paths:
153153
/pre-process-client-update:
154154
post:
155155
tags:
156-
- Client
156+
- Dynamic Client Registration
157157
summary: handle pre validations & obtain custom data to store in dynamic client update step
158158
requestBody:
159159
content:
@@ -224,8 +224,8 @@ paths:
224224
/pre-process-client-retrieval:
225225
post:
226226
tags:
227-
- Client
228-
summary: handle post client retrieval response generation
227+
- Dynamic Client Registration
228+
summary: handle post dynamic client retrieval response generation
229229
requestBody:
230230
content:
231231
application/json:
@@ -291,8 +291,8 @@ paths:
291291
/pre-process-application-creation:
292292
post:
293293
tags:
294-
- Application
295-
summary: handle pre validations & changes to the consumer application creation
294+
- Manual Client Registration
295+
summary: handle pre validations & changes to the manual application creation
296296
requestBody:
297297
content:
298298
application/json:
@@ -359,8 +359,8 @@ paths:
359359
/pre-process-application-update:
360360
post:
361361
tags:
362-
- Application
363-
summary: handle pre validations & changes to the consumer application update
362+
- Manual Client Registration
363+
summary: handle pre validations & changes to the manual client application update
364364
requestBody:
365365
content:
366366
application/json:

0 commit comments

Comments
 (0)