Skip to content

Commit 1e8708e

Browse files
committed
fixup! update submission
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent b956fb3 commit 1e8708e

1 file changed

Lines changed: 29 additions & 6 deletions

File tree

openapi.json

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3529,8 +3529,36 @@
35293529
}
35303530
}
35313531
},
3532+
"400": {
3533+
"description": "Submission doesn't belong to given form",
3534+
"content": {
3535+
"application/json": {
3536+
"schema": {
3537+
"type": "object",
3538+
"required": [
3539+
"ocs"
3540+
],
3541+
"properties": {
3542+
"ocs": {
3543+
"type": "object",
3544+
"required": [
3545+
"meta",
3546+
"data"
3547+
],
3548+
"properties": {
3549+
"meta": {
3550+
"$ref": "#/components/schemas/OCSMeta"
3551+
},
3552+
"data": {}
3553+
}
3554+
}
3555+
}
3556+
}
3557+
}
3558+
}
3559+
},
35323560
"404": {
3533-
"description": "Could not find form",
3561+
"description": "Submission doesn't exist",
35343562
"content": {
35353563
"application/json": {
35363564
"schema": {
@@ -3619,11 +3647,6 @@
36193647
"type": "string"
36203648
}
36213649
}
3622-
},
3623-
"shareHash": {
3624-
"type": "string",
3625-
"default": "",
3626-
"description": "public share-hash -> Necessary to submit on public link-shares."
36273650
}
36283651
}
36293652
}

0 commit comments

Comments
 (0)