Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-08-13 10:45:03 +0300
committerJulius Härtl <jus@bitgrid.net>2021-08-13 14:55:41 +0300
commit95985564d0113c380ae16e89bafb1c85ba87bf15 (patch)
treee916bab7391dc855cc8b9aa2fbcf5935a5c32d48 /docs
parent95a559512f53314ad8cc9d91683936e64ec8f921 (diff)
Add API to set the guest name for an existing WOPI token
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/mobile_editor.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/mobile_editor.md b/docs/mobile_editor.md
index 343d4e78..158192f3 100644
--- a/docs/mobile_editor.md
+++ b/docs/mobile_editor.md
@@ -35,6 +35,7 @@ document:
The returned xml or json will have an url to open in a webview.
-The user will join the session as a guest but with their user details provided by their own
-instance.
-
+The endpoint can be used with or without user credentials for the Nextcloud server.
+For anonymous requests the webview will ask the user for a guest name on writable
+files. When requesting a link as an authenticated user, the user will join the
+document as a guest but with their user details provided by their own instance.