diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-02-23 02:25:23 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-02-28 22:19:25 +0100 |
commit | 1017f4f34acd75a7a22b9667b60356c43d773496 (patch) | |
tree | 4c8bf1e1f1f520f265975cd699a6fafe393e7f55 /apps/files/openapi.json | |
parent | 27642d3e6dc01a387762e0b13fc66557e0c835b2 (diff) | |
download | nextcloud-server-1017f4f34acd75a7a22b9667b60356c43d773496.tar.gz nextcloud-server-1017f4f34acd75a7a22b9667b60356c43d773496.zip |
fix: Also expose forbidden filename character in the capabilities
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/files/openapi.json')
-rw-r--r-- | apps/files/openapi.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/openapi.json b/apps/files/openapi.json index f9432f6c57c..f9cdb67783d 100644 --- a/apps/files/openapi.json +++ b/apps/files/openapi.json @@ -31,6 +31,7 @@ "required": [ "bigfilechunking", "blacklisted_files", + "forbidden_filename_characters", "directEditing" ], "properties": { @@ -43,6 +44,12 @@ "type": "object" } }, + "forbidden_filename_characters": { + "type": "array", + "items": { + "type": "string" + } + }, "directEditing": { "type": "object", "required": [ |