Skip to content

Commit 0bee723

Browse files
committed
fixup! feat: add form locking mechanism
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent e851fc6 commit 0bee723

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

openapi.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"expires",
103103
"fileFormat",
104104
"fileId",
105+
"filePath",
105106
"isAnonymous",
106107
"lastUpdated",
107108
"submitMultiple",
@@ -154,7 +155,8 @@
154155
"nullable": true
155156
},
156157
"filePath": {
157-
"type": "string"
158+
"type": "string",
159+
"nullable": true
158160
},
159161
"isAnonymous": {
160162
"type": "boolean"

0 commit comments

Comments
 (0)