diff options
Diffstat (limited to 'apps/files/openapi.json')
-rw-r--r-- | apps/files/openapi.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/openapi.json b/apps/files/openapi.json index 5766b1cce13..fbb1bd17eeb 100644 --- a/apps/files/openapi.json +++ b/apps/files/openapi.json @@ -29,6 +29,7 @@ "files": { "type": "object", "required": [ + "windows_compatible_filenames", "$comment", "bigfilechunking", "blacklisted_files", @@ -41,6 +42,9 @@ "directEditing" ], "properties": { + "windows_compatible_filenames": { + "type": "boolean" + }, "$comment": { "type": "string", "nullable": true |