diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index e5cee254fe8..8bb9841ae55 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -429,7 +429,7 @@ class ThemingController extends Controller { * * @param string $app ID of the app * @psalm-suppress LessSpecificReturnStatement The content of the Manifest doesn't need to be described in the return type - * @return JSONResponse, display_override: list, display: string}, array{}>|JSONResponse + * @return JSONResponse, display_override: list, display: string}, array{}>|JSONResponse, array{}> * * 200: Manifest returned * 404: App not found diff --git a/apps/theming/openapi.json b/apps/theming/openapi.json index 66ee05413b3..ca52074ef5a 100644 --- a/apps/theming/openapi.json +++ b/apps/theming/openapi.json @@ -410,9 +410,7 @@ "description": "App not found", "content": { "application/json": { - "schema": { - "type": "object" - } + "schema": {} } } } diff --git a/openapi.json b/openapi.json index 0345f1fc9b2..e1cf6a41aa7 100644 --- a/openapi.json +++ b/openapi.json @@ -28042,9 +28042,7 @@ "description": "App not found", "content": { "application/json": { - "schema": { - "type": "object" - } + "schema": {} } } }