Skip to content

Commit 5141377

Browse files
committed
chore: update openapi
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 3f50732 commit 5141377

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

openapi.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@
705705
"type": "integer",
706706
"format": "int64",
707707
"nullable": true,
708+
"default": null,
708709
"description": "(optional) Id of the form that should be cloned"
709710
}
710711
}
@@ -1364,6 +1365,7 @@
13641365
"properties": {
13651366
"type": {
13661367
"$ref": "#/components/schemas/QuestionType",
1368+
"default": null,
13671369
"description": "the new question type"
13681370
},
13691371
"text": {
@@ -1375,6 +1377,7 @@
13751377
"type": "integer",
13761378
"format": "int64",
13771379
"nullable": true,
1380+
"default": null,
13781381
"description": "(optional) id of the question that should be cloned"
13791382
}
13801383
}
@@ -2981,7 +2984,8 @@
29812984
"description": "the file format that should be used for the download. Defaults to `null` Possible values: - `csv`: Comma-separated value - `ods`: OpenDocument Spreadsheet - `xlsx`: Excel Open XML Spreadsheet",
29822985
"schema": {
29832986
"type": "string",
2984-
"nullable": true
2987+
"nullable": true,
2988+
"default": null
29852989
}
29862990
},
29872991
{

0 commit comments

Comments
 (0)