aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/openapi.json
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-01-09 18:09:02 +0100
committerprovokateurin <kate@provokateurin.de>2024-01-09 18:12:57 +0100
commit1c157647d9bd69a197b85342d3267896a36e312b (patch)
tree2055783be87125129b2338823d7c382b1e56d483 /apps/files_trashbin/openapi.json
parentd72db91785174ad19b0057264506f24cfc03494c (diff)
downloadnextcloud-server-1c157647d9bd69a197b85342d3267896a36e312b.tar.gz
nextcloud-server-1c157647d9bd69a197b85342d3267896a36e312b.zip
chore(deps): Update openapi-extractor
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'apps/files_trashbin/openapi.json')
-rw-r--r--apps/files_trashbin/openapi.json6
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
+ ]
}
}
],