diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-12-16 15:53:12 -0800 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2025-01-15 15:50:43 -0800 |
commit | c28791ff93b6251a410d1ebccaa27ac42bc266af (patch) | |
tree | e934b2a3cfd1c766ccaa23f67a6dbb651f17c43b | |
parent | 1a43fc57181f4ee7403a3a26d29a4e47dab96888 (diff) | |
download | nextcloud-server-c28791ff93b6251a410d1ebccaa27ac42bc266af.tar.gz nextcloud-server-c28791ff93b6251a410d1ebccaa27ac42bc266af.zip |
chore(openapi): Update capabilities spec
Signed-off-by: Christopher Ng <chrng8@gmail.com>
-rw-r--r-- | apps/files_sharing/openapi.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json index 36c969a3440..145847b9550 100644 --- a/apps/files_sharing/openapi.json +++ b/apps/files_sharing/openapi.json @@ -129,6 +129,9 @@ }, "upload_files_drop": { "type": "boolean" + }, + "custom_tokens": { + "type": "boolean" } } }, |