diff options
Diffstat (limited to 'apps/files_trashbin/openapi.json')
-rw-r--r-- | apps/files_trashbin/openapi.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files_trashbin/openapi.json b/apps/files_trashbin/openapi.json index a96cf5f189d..afa0ccfdafd 100644 --- a/apps/files_trashbin/openapi.json +++ b/apps/files_trashbin/openapi.json @@ -94,7 +94,11 @@ "description": "Whether to not crop the preview", "schema": { "type": "integer", - "default": 0 + "default": 0, + "enum": [ + 0, + 1 + ] } } ], |