Skip to content

Commit 4e655a8

Browse files
author
lafricain79
committed
fix: regenerate openapi.json
1 parent fbedf1a commit 4e655a8

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

openapi.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"fileFormat",
107107
"fileId",
108108
"isAnonymous",
109+
"isMaxSubmissionsReached",
109110
"lastUpdated",
110111
"submitMultiple",
111112
"allowEditSubmissions",
@@ -116,6 +117,7 @@
116117
"state",
117118
"lockedBy",
118119
"lockedUntil",
120+
"maxSubmissions",
119121
"shares",
120122
"submissionMessage"
121123
],
@@ -163,6 +165,9 @@
163165
"isAnonymous": {
164166
"type": "boolean"
165167
},
168+
"isMaxSubmissionsReached": {
169+
"type": "boolean"
170+
},
166171
"lastUpdated": {
167172
"type": "integer",
168173
"format": "int64"
@@ -209,6 +214,11 @@
209214
"format": "int64",
210215
"nullable": true
211216
},
217+
"maxSubmissions": {
218+
"type": "integer",
219+
"format": "int64",
220+
"nullable": true
221+
},
212222
"shares": {
213223
"type": "array",
214224
"items": {
@@ -307,7 +317,8 @@
307317
"partial",
308318
"state",
309319
"lockedBy",
310-
"lockedUntil"
320+
"lockedUntil",
321+
"maxSubmissions"
311322
],
312323
"properties": {
313324
"id": {
@@ -348,6 +359,11 @@
348359
"type": "integer",
349360
"format": "int64",
350361
"nullable": true
362+
},
363+
"maxSubmissions": {
364+
"type": "integer",
365+
"format": "int64",
366+
"nullable": true
351367
}
352368
}
353369
},

0 commit comments

Comments
 (0)