Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@
"type": "integer",
"format": "int64",
"nullable": true,
"default": null,
"description": "(optional) Id of the form that should be cloned"
}
}
Expand Down Expand Up @@ -1413,6 +1414,7 @@
"properties": {
"type": {
"$ref": "#/components/schemas/QuestionType",
"default": null,
"description": "the new question type"
},
"text": {
Expand All @@ -1424,6 +1426,7 @@
"type": "integer",
"format": "int64",
"nullable": true,
"default": null,
"description": "(optional) id of the question that should be cloned"
}
}
Expand Down Expand Up @@ -3030,7 +3033,8 @@
"description": "(optional) A search query to filter submissions",
"schema": {
"type": "string",
"nullable": true
"nullable": true,
"default": null
}
},
{
Expand All @@ -3040,7 +3044,8 @@
"schema": {
"type": "integer",
"format": "int64",
"nullable": true
"nullable": true,
"default": null
}
},
{
Expand All @@ -3059,7 +3064,8 @@
"description": "(optional) 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",
"schema": {
"type": "string",
"nullable": true
"nullable": true,
"default": null
}
},
{
Expand Down
26 changes: 13 additions & 13 deletions vendor-bin/openapi-extractor/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading