diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-08-17 09:14:35 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-08-17 18:58:21 +0200 |
commit | 266fb311806570bb6e8ac7fd9ffc734b1f6f3c6d (patch) | |
tree | 24a3b4f5e3f3ec2a9f17642ed15f1380baab00c6 /core/openapi.json | |
parent | 1b67542e0b20d548963087d208c3ee1633e1a5a2 (diff) | |
download | nextcloud-server-266fb311806570bb6e8ac7fd9ffc734b1f6f3c6d.tar.gz nextcloud-server-266fb311806570bb6e8ac7fd9ffc734b1f6f3c6d.zip |
fix(tests): preview phpunit
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'core/openapi.json')
-rw-r--r-- | core/openapi.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/openapi.json b/core/openapi.json index 709963c6492..4a3aa9723ce 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -1075,9 +1075,9 @@ "name": "mimeFallback", "in": "query", "description": "Whether to fallback to the mime icon if no preview is available", - "required": true, "schema": { - "type": "integer" + "type": "integer", + "default": 0 } } ], |