Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/theming/lib/Controller/ThemingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public function getThemeStylesheet(string $themeId, bool $plain = false, bool $w
*
* @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<Http::STATUS_OK, array{name: string, short_name: string, start_url: string, theme_color: string, background_color: string, description: string, icons: list<array{src: non-empty-string, type: string, sizes: string}>, display_override: list<string>, display: string}, array{}>|JSONResponse<Http::STATUS_NOT_FOUND, array{}, array{}>
* @return JSONResponse<Http::STATUS_OK, array{name: string, short_name: string, start_url: string, theme_color: string, background_color: string, description: string, icons: list<array{src: non-empty-string, type: string, sizes: string}>, display_override: list<string>, display: string}, array{}>|JSONResponse<Http::STATUS_NOT_FOUND, list<empty>, array{}>
*
* 200: Manifest returned
* 404: App not found
Expand Down
4 changes: 1 addition & 3 deletions apps/theming/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,7 @@
"description": "App not found",
"content": {
"application/json": {
"schema": {
"type": "object"
}
"schema": {}
}
}
}
Expand Down
4 changes: 1 addition & 3 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -28042,9 +28042,7 @@
"description": "App not found",
"content": {
"application/json": {
"schema": {
"type": "object"
}
"schema": {}
}
}
}
Expand Down
Loading