mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
Mobile editor docs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
de083a1afc
commit
9c5c7a67bc
1 changed files with 14 additions and 0 deletions
14
docs/mobile_editor.md
Normal file
14
docs/mobile_editor.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Mobile Editor OCS API
|
||||
|
||||
This API is used to obtain a link for a document to load from mobile apps
|
||||
|
||||
## Creating the link
|
||||
|
||||
```
|
||||
<server>/ocs/v2.php/apps/richdocuments/api/v1/document
|
||||
```
|
||||
|
||||
A `POST` request to this endpoint with the `fileid` parameter will
|
||||
preprare the server to serve this document.
|
||||
|
||||
The returned xml or json will has an url to open in a webview.
|
||||
Loading…
Add table
Add a link
Reference in a new issue