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: openapi/openapi.yaml
+8-16Lines changed: 8 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -73,24 +73,20 @@ components:
73
73
properties:
74
74
title:
75
75
type: string
76
-
description: "A short, summary of the problem type. Written in english and\
77
-
\ readable for engineers (usually not suited for non technical stakeholders\
78
-
\ and not localized); example: Service Unavailable"
76
+
description: "A short, summary of the problem type. Written in english and readable for engineers (usually not suited for non technical stakeholders and not localized); example: Service Unavailable"
79
77
status:
80
78
type: integer
81
79
format: int32
82
80
examples:
83
81
- 200
84
-
description: The HTTP status code generated by the origin server for this
85
-
occurrence of the problem.
82
+
description: The HTTP status code generated by the origin server for this occurrence of the problem.
86
83
maximum: 600
87
84
minimum: 100
88
85
details:
89
86
type: string
90
87
examples:
91
88
- There was an error processing the request
92
-
description: A human readable explanation specific to this occurrence of
93
-
the problem.
89
+
description: A human readable explanation specific to this occurrence of the problem.
94
90
responses:
95
91
ErrorResponse400:
96
92
description: Default app exception for status 400
@@ -157,7 +153,7 @@ info:
157
153
**FDR-3000** | *UNAUTHORIZED_CLIENT* | An unexpected error has occurred. Please contact support | An error occurred while invoking external services
summary: This API allow to retrieve a list of download tentative of FdR for
273
-
a specific date
268
+
summary: This API allow to retrieve a list of download tentative of FdR for a specific date
274
269
description: |
275
270
## Description:
276
271
Retrieves a list of download tentative of FdR for a given Creditor Institution (CI) and Payment Service Provider (PSP) within the specified date. If no date is specified, data from previous day is returned.
summary: This API allow to retrieve a revision of a FdR for a specific CI and
344
-
PSP
338
+
summary: This API allow to retrieve a revision of a FdR for a specific CI and PSP
345
339
description: |
346
340
## Description:
347
341
Retrieves a specific revision of a FdR for a given Creditor Institution (CI), Payment Service Provider (PSP), flow name, and revision number within a specified date range. If no dates are specified, data from the last 7 days is returned.
@@ -411,8 +405,7 @@ paths:
411
405
in: query
412
406
schema:
413
407
$ref: "#/components/schemas/LocalDate"
414
-
- description: "The expected FdR format, based of this parameter the flow is\
415
-
\ retrieved from FdR-1 (xml) or FdR-3 (json)"
408
+
- description: "The expected FdR format, based of this parameter the flow is retrieved from FdR-1 (xml) or FdR-3 (json)"
summary: This API allow to retrieve a list of upload tentative of FdR for a
438
-
specific date
430
+
summary: This API allow to retrieve a list of upload tentative of FdR for a specific date
439
431
description: |
440
432
## Description:
441
433
Retrieves a list of upload tentative of FdR for a given Creditor Institution (CI) and Payment Service Provider (PSP) within the specified date. If no date is specified, data from previous day is returned.
0 commit comments