Skip to content

Commit 7c0bae5

Browse files
Merge pull request #2742 from nextcloud/dependabot/composer/vendor-bin/openapi-extractor/main/nextcloud/openapi-extractor-1.7.0
2 parents 17dde59 + 699f8f7 commit 7c0bae5

2 files changed

Lines changed: 22 additions & 16 deletions

File tree

openapi.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,7 @@
754754
"type": "integer",
755755
"format": "int64",
756756
"nullable": true,
757+
"default": null,
757758
"description": "(optional) Id of the form that should be cloned"
758759
}
759760
}
@@ -1413,6 +1414,7 @@
14131414
"properties": {
14141415
"type": {
14151416
"$ref": "#/components/schemas/QuestionType",
1417+
"default": null,
14161418
"description": "the new question type"
14171419
},
14181420
"text": {
@@ -1424,6 +1426,7 @@
14241426
"type": "integer",
14251427
"format": "int64",
14261428
"nullable": true,
1429+
"default": null,
14271430
"description": "(optional) id of the question that should be cloned"
14281431
}
14291432
}
@@ -3030,7 +3033,8 @@
30303033
"description": "(optional) A search query to filter submissions",
30313034
"schema": {
30323035
"type": "string",
3033-
"nullable": true
3036+
"nullable": true,
3037+
"default": null
30343038
}
30353039
},
30363040
{
@@ -3040,7 +3044,8 @@
30403044
"schema": {
30413045
"type": "integer",
30423046
"format": "int64",
3043-
"nullable": true
3047+
"nullable": true,
3048+
"default": null
30443049
}
30453050
},
30463051
{
@@ -3059,7 +3064,8 @@
30593064
"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",
30603065
"schema": {
30613066
"type": "string",
3062-
"nullable": true
3067+
"nullable": true,
3068+
"default": null
30633069
}
30643070
},
30653071
{

vendor-bin/openapi-extractor/composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)