Skip to content

Commit 29cdac5

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

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/ResponseDefinitions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
* expires: int,
121121
* fileFormat: ?string,
122122
* fileId: ?int,
123-
* filePath: ?string,
123+
* filePath?: ?string,
124124
* isAnonymous: bool,
125125
* lastUpdated: int,
126126
* submitMultiple: bool,

openapi.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
"expires",
103103
"fileFormat",
104104
"fileId",
105-
"filePath",
106105
"isAnonymous",
107106
"lastUpdated",
108107
"submitMultiple",

0 commit comments

Comments
 (0)