diff --git a/apps/sharing/openapi.json b/apps/sharing/openapi.json index 00b87fa2ebecb..ea594b23fac58 100644 --- a/apps/sharing/openapi.json +++ b/apps/sharing/openapi.json @@ -3519,8 +3519,12 @@ "in": "query", "description": "State to filter by.", "schema": { - "type": "string", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/State" + } + ] } }, { @@ -3528,8 +3532,12 @@ "in": "query", "description": "User status to filter by.", "schema": { - "type": "string", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/UserStatus" + } + ] } }, { diff --git a/openapi.json b/openapi.json index f1772d43d0bee..1f862fa904b68 100644 --- a/openapi.json +++ b/openapi.json @@ -40889,8 +40889,12 @@ "in": "query", "description": "State to filter by.", "schema": { - "type": "string", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/SharingState" + } + ] } }, { @@ -40898,8 +40902,12 @@ "in": "query", "description": "User status to filter by.", "schema": { - "type": "string", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/SharingUserStatus" + } + ] } }, { diff --git a/vendor-bin/openapi-extractor/composer.lock b/vendor-bin/openapi-extractor/composer.lock index 47c509489ce0a..8d8080e7b6119 100644 --- a/vendor-bin/openapi-extractor/composer.lock +++ b/vendor-bin/openapi-extractor/composer.lock @@ -81,16 +81,16 @@ }, { "name": "nextcloud/openapi-extractor", - "version": "v1.9.0", + "version": "v1.9.1", "source": { "type": "git", "url": "https://github.com/nextcloud-releases/openapi-extractor.git", - "reference": "c4ced292fa86be900e75bf4bc1238c3ec78ace4d" + "reference": "5a97989bd4f9b46fb6a5d0dc2d8e84c94c6ccc5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/c4ced292fa86be900e75bf4bc1238c3ec78ace4d", - "reference": "c4ced292fa86be900e75bf4bc1238c3ec78ace4d", + "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/5a97989bd4f9b46fb6a5d0dc2d8e84c94c6ccc5a", + "reference": "5a97989bd4f9b46fb6a5d0dc2d8e84c94c6ccc5a", "shasum": "" }, "require": { @@ -122,9 +122,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.9.0" + "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.9.1" }, - "time": "2026-08-26T13:02:46+00:00" + "time": "2026-09-02T10:33:47+00:00" }, { "name": "nikic/php-parser", @@ -185,16 +185,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "2.3.3", + "version": "2.3.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "fb19eedd2bb67ff8cf7a5502ad329e701d6398a3" + "reference": "148cefffaf0233e4c08cc13db8a195a56dd6dfe9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fb19eedd2bb67ff8cf7a5502ad329e701d6398a3", - "reference": "fb19eedd2bb67ff8cf7a5502ad329e701d6398a3", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/148cefffaf0233e4c08cc13db8a195a56dd6dfe9", + "reference": "148cefffaf0233e4c08cc13db8a195a56dd6dfe9", "shasum": "" }, "require": { @@ -226,9 +226,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.3" + "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.5" }, - "time": "2026-07-08T07:01:06+00:00" + "time": "2026-08-31T16:05:28+00:00" } ], "packages-dev": [],