We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fc321 commit b98fb96Copy full SHA for b98fb96
openapi/swagger.json
@@ -2935,12 +2935,25 @@
2935
"schema": {
2936
"type": "object",
2937
"properties": {
2938
- "maxUploadSize": {
2939
- "type": "number"
+ "error": {
+ "type": "object",
2940
+ "properties": {
2941
+ "type": {
2942
+ "type": "string"
2943
+ },
2944
+ "message": {
2945
2946
+ }
2947
2948
+ "required": [
2949
+ "type",
2950
+ "message"
2951
+ ],
2952
+ "additionalProperties": false
2953
}
2954
},
2955
"required": [
- "maxUploadSize"
2956
+ "error"
2957
],
2958
"additionalProperties": false
2959
0 commit comments