You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: financial-services-accelerator/accelerators/fs-is/repository/resources/apis/accelerator-extensions-v1.0.0.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ security:
16
16
- BasicAuth: []
17
17
- OAuth2: []
18
18
tags:
19
-
- name: Client
19
+
- name: Dynamic Client Registration
20
20
description: APIs for dynamically registering/updating client related extensions
21
21
- name: Consent
22
22
description: APIs for consent flow extensions
@@ -81,7 +81,7 @@ paths:
81
81
/pre-process-client-creation:
82
82
post:
83
83
tags:
84
-
- Client
84
+
- Dynamic Client Registration
85
85
summary: handle pre validations & obtain custom data to store in dynamic client registration step
86
86
requestBody:
87
87
content:
@@ -151,7 +151,7 @@ paths:
151
151
/pre-process-client-update:
152
152
post:
153
153
tags:
154
-
- Client
154
+
- Dynamic Client Registration
155
155
summary: handle pre validations & obtain custom data to store in dynamic client update step
156
156
requestBody:
157
157
content:
@@ -222,8 +222,8 @@ paths:
222
222
/pre-process-client-retrieval:
223
223
post:
224
224
tags:
225
-
- Client
226
-
summary: handle post client retrieval response generation
225
+
- Dynamic Client Registration
226
+
summary: handle post dynamic client retrieval response generation
Copy file name to clipboardExpand all lines: financial-services-accelerator/accelerators/fs-is/repository/resources/apis/accelerator-extensions-v1.0.1.yaml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ security:
16
16
- BasicAuth: []
17
17
- OAuth2: []
18
18
tags:
19
-
- name: Client
19
+
- name: Dynamic Client Registration
20
20
description: APIs for dynamically registering/updating client related extensions
21
-
- name: Application
21
+
- name: Manual Client Registration
22
22
description: APIs for registering/updating applications through devportal related extensions
23
23
- name: Consent
24
24
description: APIs for consent flow extensions
@@ -83,7 +83,7 @@ paths:
83
83
/pre-process-client-creation:
84
84
post:
85
85
tags:
86
-
- Client
86
+
- Dynamic Client Registration
87
87
summary: handle pre validations & obtain custom data to store in dynamic client registration step
88
88
requestBody:
89
89
content:
@@ -153,7 +153,7 @@ paths:
153
153
/pre-process-client-update:
154
154
post:
155
155
tags:
156
-
- Client
156
+
- Dynamic Client Registration
157
157
summary: handle pre validations & obtain custom data to store in dynamic client update step
158
158
requestBody:
159
159
content:
@@ -224,8 +224,8 @@ paths:
224
224
/pre-process-client-retrieval:
225
225
post:
226
226
tags:
227
-
- Client
228
-
summary: handle post client retrieval response generation
227
+
- Dynamic Client Registration
228
+
summary: handle post dynamic client retrieval response generation
229
229
requestBody:
230
230
content:
231
231
application/json:
@@ -291,8 +291,8 @@ paths:
291
291
/pre-process-application-creation:
292
292
post:
293
293
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
296
296
requestBody:
297
297
content:
298
298
application/json:
@@ -359,8 +359,8 @@ paths:
359
359
/pre-process-application-update:
360
360
post:
361
361
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
Copy file name to clipboardExpand all lines: financial-services-accelerator/accelerators/fs-is/repository/resources/apis/accelerator-extensions-v1.0.2.yaml
+29-29Lines changed: 29 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ security:
16
16
- BasicAuth: []
17
17
- OAuth2: []
18
18
tags:
19
-
- name: Client
19
+
- name: Dynamic Client Registration
20
20
description: APIs for dynamically registering/updating client related extensions
21
-
- name: Application
21
+
- name: Manual Client Registration
22
22
description: APIs for registering/updating applications through devportal related extensions
23
23
- name: Consent
24
24
description: APIs for consent flow extensions
@@ -83,7 +83,7 @@ paths:
83
83
/pre-process-client-creation:
84
84
post:
85
85
tags:
86
-
- Client
86
+
- Dynamic Client Registration
87
87
summary: handle pre validations & obtain custom data to store in dynamic client registration step
88
88
requestBody:
89
89
content:
@@ -136,7 +136,7 @@ paths:
136
136
responseId: Ec1wMjmiG8
137
137
status: ERROR
138
138
data:
139
-
errorMessage: bad_request
139
+
errorMessage: Bad request
140
140
errorDescription: Request does not comply with the schema
141
141
"500":
142
142
description: Server Error
@@ -148,12 +148,12 @@ paths:
148
148
responseId: Ec1wMjmiG8
149
149
status: ERROR
150
150
data:
151
-
errorMessage: server_error
151
+
errorMessage: Internal server error
152
152
errorDescription: Error occurred while handling the request
153
153
/pre-process-client-update:
154
154
post:
155
155
tags:
156
-
- Client
156
+
- Dynamic Client Registration
157
157
summary: handle pre validations & obtain custom data to store in dynamic client update step
158
158
requestBody:
159
159
content:
@@ -207,7 +207,7 @@ paths:
207
207
responseId: Ec1wMjmiG8
208
208
status: ERROR
209
209
data:
210
-
errorMessage: bad_request
210
+
errorMessage: Bad request
211
211
errorDescription: Request does not comply with the schema
212
212
"500":
213
213
description: Server Error
@@ -219,13 +219,13 @@ paths:
219
219
responseId: Ec1wMjmiG8
220
220
status: ERROR
221
221
data:
222
-
errorMessage: server_error
222
+
errorMessage: Internal server error
223
223
errorDescription: Error occurred while handling the request
224
224
/pre-process-client-retrieval:
225
225
post:
226
226
tags:
227
-
- Client
228
-
summary: handle post client retrieval response generation
227
+
- Dynamic Client Registration
228
+
summary: handle post dynamic client retrieval response generation
229
229
requestBody:
230
230
content:
231
231
application/json:
@@ -274,7 +274,7 @@ paths:
274
274
responseId: Ec1wMjmiG8
275
275
status: ERROR
276
276
data:
277
-
errorMessage: bad_request
277
+
errorMessage: Bad request
278
278
errorDescription: Request does not comply with the schema
279
279
"500":
280
280
description: Server Error
@@ -286,13 +286,13 @@ paths:
286
286
responseId: Ec1wMjmiG8
287
287
status: ERROR
288
288
data:
289
-
errorMessage: server_error
289
+
errorMessage: Internal server error
290
290
errorDescription: Error occurred while handling the request
291
291
/pre-process-application-creation:
292
292
post:
293
293
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
296
296
requestBody:
297
297
content:
298
298
application/json:
@@ -342,7 +342,7 @@ paths:
342
342
responseId: Ec1wMjmiG8
343
343
status: ERROR
344
344
data:
345
-
errorMessage: bad_request
345
+
errorMessage: Bad request
346
346
errorDescription: Request does not comply with the schema
347
347
"500":
348
348
description: Server Error
@@ -354,13 +354,13 @@ paths:
354
354
responseId: Ec1wMjmiG8
355
355
status: ERROR
356
356
data:
357
-
errorMessage: server_error
357
+
errorMessage: Internal server error
358
358
errorDescription: Error occurred while handling the request
359
359
/pre-process-application-update:
360
360
post:
361
361
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
364
364
requestBody:
365
365
content:
366
366
application/json:
@@ -411,7 +411,7 @@ paths:
411
411
responseId: Ec1wMjmiG8
412
412
status: ERROR
413
413
data:
414
-
errorMessage: bad_request
414
+
errorMessage: Bad request
415
415
errorDescription: Request does not comply with the schema
416
416
"500":
417
417
description: Server Error
@@ -423,7 +423,7 @@ paths:
423
423
responseId: Ec1wMjmiG8
424
424
status: ERROR
425
425
data:
426
-
errorMessage: server_error
426
+
errorMessage: Internal server error
427
427
errorDescription: Error occurred while handling the request
428
428
/pre-process-consent-creation:
429
429
post:
@@ -814,7 +814,7 @@ paths:
814
814
responseId: Ec1wMjmiG8
815
815
status: ERROR
816
816
data:
817
-
errorMessage: bad_request
817
+
errorMessage: Bad Request
818
818
errorDescription: Request does not comply with the schema
819
819
"500":
820
820
description: Server Error
@@ -826,7 +826,7 @@ paths:
826
826
responseId: Ec1wMjmiG8
827
827
status: ERROR
828
828
data:
829
-
errorMessage: server_error
829
+
errorMessage: Internal server error
830
830
errorDescription: Error occurred while handling the request
831
831
/validate-consent-access:
832
832
post:
@@ -859,7 +859,7 @@ paths:
859
859
errorCode: 401
860
860
data:
861
861
errorMessage: invalid_permissions
862
-
errorDescription: "The requested permissions are invalid, unknown"
862
+
erroreDescription: "The requested permissions are invalid, unknown"
863
863
"400":
864
864
description: Bad Request
865
865
content:
@@ -955,7 +955,7 @@ paths:
955
955
status: ERROR
956
956
errorCode: 401
957
957
errorMessage: invalid_permissions
958
-
errorDescription: "The requested permissions are invalid, unknown"
958
+
errorDescription: "The requested permissions are invalid, unknown"
Copy file name to clipboardExpand all lines: financial-services-accelerator/accelerators/fs-is/repository/resources/apis/accelerator-extensions-v1.0.3.yaml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ security:
16
16
- BasicAuth: []
17
17
- OAuth2: []
18
18
tags:
19
-
- name: Client
19
+
- name: Dynamic Client Registration
20
20
description: APIs for dynamically registering/updating client related extensions
21
-
- name: Application
21
+
- name: Manual Client Registration
22
22
description: APIs for registering/updating applications through devportal related extensions
23
23
- name: Consent
24
24
description: APIs for consent flow extensions
@@ -83,7 +83,7 @@ paths:
83
83
/pre-process-client-creation:
84
84
post:
85
85
tags:
86
-
- Client
86
+
- Dynamic Client Registration
87
87
summary: handle pre validations & obtain custom data to store in dynamic client registration step
88
88
requestBody:
89
89
content:
@@ -153,7 +153,7 @@ paths:
153
153
/pre-process-client-update:
154
154
post:
155
155
tags:
156
-
- Client
156
+
- Dynamic Client Registration
157
157
summary: handle pre validations & obtain custom data to store in dynamic client update step
158
158
requestBody:
159
159
content:
@@ -224,8 +224,8 @@ paths:
224
224
/pre-process-client-retrieval:
225
225
post:
226
226
tags:
227
-
- Client
228
-
summary: handle post client retrieval response generation
227
+
- Dynamic Client Registration
228
+
summary: handle post dynamic client retrieval response generation
229
229
requestBody:
230
230
content:
231
231
application/json:
@@ -291,8 +291,8 @@ paths:
291
291
/pre-process-application-creation:
292
292
post:
293
293
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
296
296
requestBody:
297
297
content:
298
298
application/json:
@@ -359,8 +359,8 @@ paths:
359
359
/pre-process-application-update:
360
360
post:
361
361
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
0 commit comments