Skip to content

Commit bf5aa66

Browse files
committed
fixup! files_trashbin: Add OpenAPI spec
1 parent 48e003e commit bf5aa66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/files_trashbin/lib/Controller/PreviewController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function __construct(
9090
* @param int $fileId ID of the file
9191
* @param int $x Width of the preview
9292
* @param int $y Height of the preview
93-
* @param bool $a Whether to crop the preview
93+
* @param bool $a Whether to not crop the preview
9494
*
9595
* @return Http\FileDisplayResponse<Http::STATUS_OK, array{Content-Type: string}>|DataResponse<Http::STATUS_BAD_REQUEST|Http::STATUS_NOT_FOUND, array<empty>, array{}>
9696
*

apps/files_trashbin/openapi.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
{
9292
"name": "a",
9393
"in": "query",
94-
"description": "Whether to crop the preview",
94+
"description": "Whether to not crop the preview",
9595
"schema": {
9696
"type": "integer",
9797
"default": 0

0 commit comments

Comments
 (0)