diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json index ccf883e24fa..380a7194188 100644 --- a/apps/files_sharing/openapi.json +++ b/apps/files_sharing/openapi.json @@ -1509,12 +1509,8 @@ "in": "query", "description": "Whether to not crop the preview", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -1522,12 +1518,8 @@ "in": "query", "description": "Whether to fallback to the mime icon if no preview is available", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -2357,12 +2349,8 @@ "in": "query", "description": "Include tags in the share", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -3525,12 +3513,8 @@ "in": "query", "description": "If a global lookup should be performed too", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { diff --git a/apps/files_trashbin/openapi.json b/apps/files_trashbin/openapi.json index 5bd5349c8bc..9176ec66586 100644 --- a/apps/files_trashbin/openapi.json +++ b/apps/files_trashbin/openapi.json @@ -97,12 +97,8 @@ "in": "query", "description": "Whether to not crop the preview", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], diff --git a/apps/files_versions/openapi.json b/apps/files_versions/openapi.json index b2823e76246..7164ab54d4e 100644 --- a/apps/files_versions/openapi.json +++ b/apps/files_versions/openapi.json @@ -109,12 +109,8 @@ "in": "query", "description": "Whether to fallback to the mime icon if no preview is available", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], diff --git a/apps/theming/openapi.json b/apps/theming/openapi.json index 6e51dac613c..33f9c54cc27 100644 --- a/apps/theming/openapi.json +++ b/apps/theming/openapi.json @@ -182,12 +182,8 @@ "in": "query", "description": "Let the browser decide the CSS priority", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -195,12 +191,8 @@ "in": "query", "description": "Include custom CSS", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -260,12 +252,8 @@ "in": "query", "description": "Return image as SVG", "schema": { - "type": "integer", - "default": 1, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": true } } ], diff --git a/apps/user_ldap/openapi.json b/apps/user_ldap/openapi.json index 24de8a031f1..165aedced54 100644 --- a/apps/user_ldap/openapi.json +++ b/apps/user_ldap/openapi.json @@ -204,12 +204,8 @@ "in": "query", "description": "Whether to show the password", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { diff --git a/core/openapi-full.json b/core/openapi-full.json index f765254c75c..3da076db329 100644 --- a/core/openapi-full.json +++ b/core/openapi-full.json @@ -3174,12 +3174,8 @@ "in": "query", "description": "Rewrite URLs to absolute ones", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -3282,12 +3278,8 @@ "in": "query", "description": "Rewrite URLs to absolute ones", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -8945,12 +8937,8 @@ "in": "query", "description": "Fallback to guest avatar if not found", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -9052,12 +9040,8 @@ "in": "query", "description": "Fallback to guest avatar if not found", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -9301,13 +9285,9 @@ "in": "query", "description": "Return dark avatar", "schema": { - "type": "integer", + "type": "boolean", "nullable": true, - "default": 0, - "enum": [ - 0, - 1 - ] + "default": false } } ], @@ -9683,12 +9663,8 @@ "in": "query", "description": "Preserve the aspect ratio", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -9696,12 +9672,8 @@ "in": "query", "description": "Force returning an icon", "schema": { - "type": "integer", - "default": 1, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": true } }, { @@ -9722,12 +9694,8 @@ "in": "query", "description": "Whether to fallback to the mime icon if no preview is available", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -9849,12 +9817,8 @@ "in": "query", "description": "Preserve the aspect ratio", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -9862,12 +9826,8 @@ "in": "query", "description": "Force returning an icon", "schema": { - "type": "integer", - "default": 1, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": true } }, { @@ -9888,12 +9848,8 @@ "in": "query", "description": "Whether to fallback to the mime icon if no preview is available", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], diff --git a/core/openapi.json b/core/openapi.json index 7d421807454..6d667a04e70 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -3174,12 +3174,8 @@ "in": "query", "description": "Rewrite URLs to absolute ones", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -3282,12 +3278,8 @@ "in": "query", "description": "Rewrite URLs to absolute ones", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -8945,12 +8937,8 @@ "in": "query", "description": "Fallback to guest avatar if not found", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -9052,12 +9040,8 @@ "in": "query", "description": "Fallback to guest avatar if not found", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -9301,13 +9285,9 @@ "in": "query", "description": "Return dark avatar", "schema": { - "type": "integer", + "type": "boolean", "nullable": true, - "default": 0, - "enum": [ - 0, - 1 - ] + "default": false } } ], @@ -9683,12 +9663,8 @@ "in": "query", "description": "Preserve the aspect ratio", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -9696,12 +9672,8 @@ "in": "query", "description": "Force returning an icon", "schema": { - "type": "integer", - "default": 1, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": true } }, { @@ -9722,12 +9694,8 @@ "in": "query", "description": "Whether to fallback to the mime icon if no preview is available", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -9849,12 +9817,8 @@ "in": "query", "description": "Preserve the aspect ratio", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -9862,12 +9826,8 @@ "in": "query", "description": "Force returning an icon", "schema": { - "type": "integer", - "default": 1, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": true } }, { @@ -9888,12 +9848,8 @@ "in": "query", "description": "Whether to fallback to the mime icon if no preview is available", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], diff --git a/openapi.json b/openapi.json index 3347d1df30e..1a777cb7263 100644 --- a/openapi.json +++ b/openapi.json @@ -6636,12 +6636,8 @@ "in": "query", "description": "Rewrite URLs to absolute ones", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -6744,12 +6740,8 @@ "in": "query", "description": "Rewrite URLs to absolute ones", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -12454,12 +12446,8 @@ "in": "query", "description": "Fallback to guest avatar if not found", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -12561,12 +12549,8 @@ "in": "query", "description": "Fallback to guest avatar if not found", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -12810,13 +12794,9 @@ "in": "query", "description": "Return dark avatar", "schema": { - "type": "integer", + "type": "boolean", "nullable": true, - "default": 0, - "enum": [ - 0, - 1 - ] + "default": false } } ], @@ -13192,12 +13172,8 @@ "in": "query", "description": "Preserve the aspect ratio", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -13205,12 +13181,8 @@ "in": "query", "description": "Force returning an icon", "schema": { - "type": "integer", - "default": 1, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": true } }, { @@ -13231,12 +13203,8 @@ "in": "query", "description": "Whether to fallback to the mime icon if no preview is available", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -13358,12 +13326,8 @@ "in": "query", "description": "Preserve the aspect ratio", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -13371,12 +13335,8 @@ "in": "query", "description": "Force returning an icon", "schema": { - "type": "integer", - "default": 1, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": true } }, { @@ -13397,12 +13357,8 @@ "in": "query", "description": "Whether to fallback to the mime icon if no preview is available", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -22678,12 +22634,8 @@ "in": "query", "description": "Whether to not crop the preview", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -22691,12 +22643,8 @@ "in": "query", "description": "Whether to fallback to the mime icon if no preview is available", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -23526,12 +23474,8 @@ "in": "query", "description": "Include tags in the share", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -24694,12 +24638,8 @@ "in": "query", "description": "If a global lookup should be performed too", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -25788,12 +25728,8 @@ "in": "query", "description": "Whether to not crop the preview", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -25905,12 +25841,8 @@ "in": "query", "description": "Whether to fallback to the mime icon if no preview is available", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -32966,12 +32898,8 @@ "in": "query", "description": "Let the browser decide the CSS priority", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { @@ -32979,12 +32907,8 @@ "in": "query", "description": "Include custom CSS", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } } ], @@ -33044,12 +32968,8 @@ "in": "query", "description": "Return image as SVG", "schema": { - "type": "integer", - "default": 1, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": true } } ], @@ -34539,12 +34459,8 @@ "in": "query", "description": "Whether to show the password", "schema": { - "type": "integer", - "default": 0, - "enum": [ - 0, - 1 - ] + "type": "boolean", + "default": false } }, { diff --git a/vendor-bin/openapi-extractor/composer.lock b/vendor-bin/openapi-extractor/composer.lock index b759bb2a07a..92960f25053 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.8.2", + "version": "v1.8.3", "source": { "type": "git", "url": "https://github.com/nextcloud-releases/openapi-extractor.git", - "reference": "aa4b6750b255460bec8d45406d33606863010d2e" + "reference": "26d8a91dd0ccbfe7b212fc164df1c7285368ee9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/aa4b6750b255460bec8d45406d33606863010d2e", - "reference": "aa4b6750b255460bec8d45406d33606863010d2e", + "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/26d8a91dd0ccbfe7b212fc164df1c7285368ee9c", + "reference": "26d8a91dd0ccbfe7b212fc164df1c7285368ee9c", "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.8.2" + "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.8.3" }, - "time": "2025-08-26T06:28:24+00:00" + "time": "2025-09-01T14:01:02+00:00" }, { "name": "nikic/php-parser", @@ -186,16 +186,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "2.2.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8" + "reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/b9e61a61e39e02dd90944e9115241c7f7e76bfd8", - "reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/1e0cd5370df5dd2e556a36b9c62f62e555870495", + "reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495", "shasum": "" }, "require": { @@ -227,9 +227,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.2.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.0" }, - "time": "2025-07-13T07:04:09+00:00" + "time": "2025-08-30T15:50:23+00:00" } ], "packages-dev": [],