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-node-v1.json
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -550,6 +550,28 @@
550
550
}
551
551
}
552
552
},
553
+
"ProblemJson": {
554
+
"type": "object",
555
+
"properties": {
556
+
"title": {
557
+
"type": "string",
558
+
"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"
559
+
},
560
+
"status": {
561
+
"maximum": 600,
562
+
"minimum": 100,
563
+
"type": "integer",
564
+
"description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
565
+
"format": "int32",
566
+
"example": 200
567
+
},
568
+
"detail": {
569
+
"type": "string",
570
+
"description": "A human readable explanation specific to this occurrence of the problem.",
571
+
"example": "There was an error processing the request"
572
+
}
573
+
}
574
+
},
553
575
"BundleOption": {
554
576
"type": "object",
555
577
"properties": {
@@ -614,28 +636,6 @@
614
636
}
615
637
}
616
638
},
617
-
"ProblemJson": {
618
-
"type": "object",
619
-
"properties": {
620
-
"title": {
621
-
"type": "string",
622
-
"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"
623
-
},
624
-
"status": {
625
-
"maximum": 600,
626
-
"minimum": 100,
627
-
"type": "integer",
628
-
"description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
629
-
"format": "int32",
630
-
"example": 200
631
-
},
632
-
"detail": {
633
-
"type": "string",
634
-
"description": "A human readable explanation specific to this occurrence of the problem.",
635
-
"example": "There was an error processing the request"
Copy file name to clipboardExpand all lines: openapi/openapi-node-v2.json
+25-25Lines changed: 25 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
}
38
38
],
39
39
"paths": {
40
-
"/fees/multi": {
40
+
"/fees": {
41
41
"post": {
42
42
"tags": [
43
43
"Calculator"
@@ -321,7 +321,7 @@
321
321
}
322
322
]
323
323
},
324
-
"/psps/{idPsp}/fees/multi": {
324
+
"/psps/{idPsp}/fees": {
325
325
"post": {
326
326
"tags": [
327
327
"Calculator"
@@ -569,6 +569,28 @@
569
569
}
570
570
}
571
571
},
572
+
"ProblemJson": {
573
+
"type": "object",
574
+
"properties": {
575
+
"title": {
576
+
"type": "string",
577
+
"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"
578
+
},
579
+
"status": {
580
+
"maximum": 600,
581
+
"minimum": 100,
582
+
"type": "integer",
583
+
"description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
584
+
"format": "int32",
585
+
"example": 200
586
+
},
587
+
"detail": {
588
+
"type": "string",
589
+
"description": "A human readable explanation specific to this occurrence of the problem.",
590
+
"example": "There was an error processing the request"
591
+
}
592
+
}
593
+
},
572
594
"BundleOption": {
573
595
"type": "object",
574
596
"properties": {
@@ -661,28 +683,6 @@
661
683
}
662
684
}
663
685
},
664
-
"ProblemJson": {
665
-
"type": "object",
666
-
"properties": {
667
-
"title": {
668
-
"type": "string",
669
-
"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"
670
-
},
671
-
"status": {
672
-
"maximum": 600,
673
-
"minimum": 100,
674
-
"type": "integer",
675
-
"description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
676
-
"format": "int32",
677
-
"example": 200
678
-
},
679
-
"detail": {
680
-
"type": "string",
681
-
"description": "A human readable explanation specific to this occurrence of the problem.",
682
-
"example": "There was an error processing the request"
Copy file name to clipboardExpand all lines: openapi/openapi-v1-dev-uat.json
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1040,6 +1040,28 @@
1040
1040
}
1041
1041
}
1042
1042
},
1043
+
"ProblemJson": {
1044
+
"type": "object",
1045
+
"properties": {
1046
+
"title": {
1047
+
"type": "string",
1048
+
"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"
1049
+
},
1050
+
"status": {
1051
+
"maximum": 600,
1052
+
"minimum": 100,
1053
+
"type": "integer",
1054
+
"description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
1055
+
"format": "int32",
1056
+
"example": 200
1057
+
},
1058
+
"detail": {
1059
+
"type": "string",
1060
+
"description": "A human readable explanation specific to this occurrence of the problem.",
1061
+
"example": "There was an error processing the request"
1062
+
}
1063
+
}
1064
+
},
1043
1065
"BundleOption": {
1044
1066
"type": "object",
1045
1067
"properties": {
@@ -1104,28 +1126,6 @@
1104
1126
}
1105
1127
}
1106
1128
},
1107
-
"ProblemJson": {
1108
-
"type": "object",
1109
-
"properties": {
1110
-
"title": {
1111
-
"type": "string",
1112
-
"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"
1113
-
},
1114
-
"status": {
1115
-
"maximum": 600,
1116
-
"minimum": 100,
1117
-
"type": "integer",
1118
-
"description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
1119
-
"format": "int32",
1120
-
"example": 200
1121
-
},
1122
-
"detail": {
1123
-
"type": "string",
1124
-
"description": "A human readable explanation specific to this occurrence of the problem.",
1125
-
"example": "There was an error processing the request"
Copy file name to clipboardExpand all lines: openapi/openapi-v1.json
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -550,6 +550,28 @@
550
550
}
551
551
}
552
552
},
553
+
"ProblemJson": {
554
+
"type": "object",
555
+
"properties": {
556
+
"title": {
557
+
"type": "string",
558
+
"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"
559
+
},
560
+
"status": {
561
+
"maximum": 600,
562
+
"minimum": 100,
563
+
"type": "integer",
564
+
"description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
565
+
"format": "int32",
566
+
"example": 200
567
+
},
568
+
"detail": {
569
+
"type": "string",
570
+
"description": "A human readable explanation specific to this occurrence of the problem.",
571
+
"example": "There was an error processing the request"
572
+
}
573
+
}
574
+
},
553
575
"BundleOption": {
554
576
"type": "object",
555
577
"properties": {
@@ -614,28 +636,6 @@
614
636
}
615
637
}
616
638
},
617
-
"ProblemJson": {
618
-
"type": "object",
619
-
"properties": {
620
-
"title": {
621
-
"type": "string",
622
-
"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"
623
-
},
624
-
"status": {
625
-
"maximum": 600,
626
-
"minimum": 100,
627
-
"type": "integer",
628
-
"description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
629
-
"format": "int32",
630
-
"example": 200
631
-
},
632
-
"detail": {
633
-
"type": "string",
634
-
"description": "A human readable explanation specific to this occurrence of the problem.",
635
-
"example": "There was an error processing the request"
Copy file name to clipboardExpand all lines: openapi/openapi-v2.json
+25-25Lines changed: 25 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
}
38
38
],
39
39
"paths": {
40
-
"/fees/multi": {
40
+
"/fees": {
41
41
"post": {
42
42
"tags": [
43
43
"Calculator"
@@ -321,7 +321,7 @@
321
321
}
322
322
]
323
323
},
324
-
"/psps/{idPsp}/fees/multi": {
324
+
"/psps/{idPsp}/fees": {
325
325
"post": {
326
326
"tags": [
327
327
"Calculator"
@@ -569,6 +569,28 @@
569
569
}
570
570
}
571
571
},
572
+
"ProblemJson": {
573
+
"type": "object",
574
+
"properties": {
575
+
"title": {
576
+
"type": "string",
577
+
"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"
578
+
},
579
+
"status": {
580
+
"maximum": 600,
581
+
"minimum": 100,
582
+
"type": "integer",
583
+
"description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
584
+
"format": "int32",
585
+
"example": 200
586
+
},
587
+
"detail": {
588
+
"type": "string",
589
+
"description": "A human readable explanation specific to this occurrence of the problem.",
590
+
"example": "There was an error processing the request"
591
+
}
592
+
}
593
+
},
572
594
"BundleOption": {
573
595
"type": "object",
574
596
"properties": {
@@ -661,28 +683,6 @@
661
683
}
662
684
}
663
685
},
664
-
"ProblemJson": {
665
-
"type": "object",
666
-
"properties": {
667
-
"title": {
668
-
"type": "string",
669
-
"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"
670
-
},
671
-
"status": {
672
-
"maximum": 600,
673
-
"minimum": 100,
674
-
"type": "integer",
675
-
"description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
676
-
"format": "int32",
677
-
"example": 200
678
-
},
679
-
"detail": {
680
-
"type": "string",
681
-
"description": "A human readable explanation specific to this occurrence of the problem.",
682
-
"example": "There was an error processing the request"
0 commit comments