diff --git a/openapi.json b/openapi.json index 365f9116c..be4bcbb84 100644 --- a/openapi.json +++ b/openapi.json @@ -754,6 +754,7 @@ "type": "integer", "format": "int64", "nullable": true, + "default": null, "description": "(optional) Id of the form that should be cloned" } } @@ -1413,6 +1414,7 @@ "properties": { "type": { "$ref": "#/components/schemas/QuestionType", + "default": null, "description": "the new question type" }, "text": { @@ -1424,6 +1426,7 @@ "type": "integer", "format": "int64", "nullable": true, + "default": null, "description": "(optional) id of the question that should be cloned" } } @@ -3030,7 +3033,8 @@ "description": "(optional) A search query to filter submissions", "schema": { "type": "string", - "nullable": true + "nullable": true, + "default": null } }, { @@ -3040,7 +3044,8 @@ "schema": { "type": "integer", "format": "int64", - "nullable": true + "nullable": true, + "default": null } }, { @@ -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 } }, { diff --git a/vendor-bin/openapi-extractor/composer.lock b/vendor-bin/openapi-extractor/composer.lock index e5042a865..9703fbeff 100644 --- a/vendor-bin/openapi-extractor/composer.lock +++ b/vendor-bin/openapi-extractor/composer.lock @@ -9,16 +9,16 @@ "packages-dev": [ { "name": "adhocore/cli", - "version": "v1.9.3", + "version": "v1.9.4", "source": { "type": "git", "url": "https://github.com/adhocore/php-cli.git", - "reference": "86be16e3c3b42d76fcdb32529bcded0fedb925d3" + "reference": "474dc3d7ab139796be98b104d891476e3916b6f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/adhocore/php-cli/zipball/86be16e3c3b42d76fcdb32529bcded0fedb925d3", - "reference": "86be16e3c3b42d76fcdb32529bcded0fedb925d3", + "url": "https://api.github.com/repos/adhocore/php-cli/zipball/474dc3d7ab139796be98b104d891476e3916b6f4", + "reference": "474dc3d7ab139796be98b104d891476e3916b6f4", "shasum": "" }, "require": { @@ -66,7 +66,7 @@ ], "support": { "issues": "https://github.com/adhocore/php-cli/issues", - "source": "https://github.com/adhocore/php-cli/tree/v1.9.3" + "source": "https://github.com/adhocore/php-cli/tree/v1.9.4" }, "funding": [ { @@ -78,20 +78,20 @@ "type": "github" } ], - "time": "2024-12-04T03:40:29+00:00" + "time": "2025-05-11T13:23:54+00:00" }, { "name": "nextcloud/openapi-extractor", - "version": "v1.5.3", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/nextcloud-releases/openapi-extractor.git", - "reference": "4fcdc49ff57b5d12ca9133f10c5be0e386e5ce17" + "reference": "50391ff00656b88a9ca0d934c386c3e20642f24a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/4fcdc49ff57b5d12ca9133f10c5be0e386e5ce17", - "reference": "4fcdc49ff57b5d12ca9133f10c5be0e386e5ce17", + "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/50391ff00656b88a9ca0d934c386c3e20642f24a", + "reference": "50391ff00656b88a9ca0d934c386c3e20642f24a", "shasum": "" }, "require": { @@ -123,9 +123,9 @@ "description": "A tool for extracting OpenAPI specifications from Nextcloud source code", "support": { "issues": "https://github.com/nextcloud-releases/openapi-extractor/issues", - "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.5.3" + "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.7.0" }, - "time": "2025-04-08T20:40:36+00:00" + "time": "2025-05-15T08:30:31+00:00" }, { "name": "nikic/php-parser", @@ -243,5 +243,5 @@ "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }