@remit/api-openapi-spec 0.0.33 → 0.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.json +30 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -339,6 +339,16 @@
|
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
|
+
},
|
|
343
|
+
"400": {
|
|
344
|
+
"description": "Validation error response",
|
|
345
|
+
"content": {
|
|
346
|
+
"application/json": {
|
|
347
|
+
"schema": {
|
|
348
|
+
"$ref": "#/components/schemas/ApiError"
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
}
|
|
342
352
|
}
|
|
343
353
|
},
|
|
344
354
|
"requestBody": {
|
|
@@ -1044,6 +1054,16 @@
|
|
|
1044
1054
|
}
|
|
1045
1055
|
}
|
|
1046
1056
|
}
|
|
1057
|
+
},
|
|
1058
|
+
"400": {
|
|
1059
|
+
"description": "Validation error response",
|
|
1060
|
+
"content": {
|
|
1061
|
+
"application/json": {
|
|
1062
|
+
"schema": {
|
|
1063
|
+
"$ref": "#/components/schemas/ApiError"
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1047
1067
|
}
|
|
1048
1068
|
},
|
|
1049
1069
|
"requestBody": {
|
|
@@ -1090,6 +1110,16 @@
|
|
|
1090
1110
|
}
|
|
1091
1111
|
}
|
|
1092
1112
|
}
|
|
1113
|
+
},
|
|
1114
|
+
"400": {
|
|
1115
|
+
"description": "Validation error response",
|
|
1116
|
+
"content": {
|
|
1117
|
+
"application/json": {
|
|
1118
|
+
"schema": {
|
|
1119
|
+
"$ref": "#/components/schemas/ApiError"
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1093
1123
|
}
|
|
1094
1124
|
},
|
|
1095
1125
|
"requestBody": {
|