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:
authorAndras Timar <andras.timar@collabora.com>2018-08-20 18:10:35 +0300
committerGitHub <noreply@github.com>2018-08-20 18:10:35 +0300
commitf041868833912ecebebfaf883172dacea1e563cc (patch)
tree2a8a45b50227cf0a1ff28a8623a4ad082cf6edf5 /docs
parent108752cc74223d8ce04a18b46784d30b06571891 (diff)
Update asset_api.md
typos, etc.
Diffstat (limited to 'docs')
-rw-r--r--docs/asset_api.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/asset_api.md b/docs/asset_api.md
index 6ec308a9..30da3745 100644
--- a/docs/asset_api.md
+++ b/docs/asset_api.md
@@ -1,16 +1,16 @@
# Assets API
-This api is used to insert files directly from your Nextcloud to a collabora
-document.
+This api is used to insert files directly from your Nextcloud to a Collabora
+Online document.
## Creating the asset
```
-<sever>/apps/richdocuments/assets
+<server>/apps/richdocuments/assets
```
A `POST` request to this endpoint with the `path` parameter will
-prepare the asset as `path` (relateive to the authenticated user).
+prepare the asset as `path` (relative to the authenticated user).
The return is json:
@@ -20,7 +20,7 @@ The return is json:
}
```
-The `assetUrl` has to be send to the collabora server using the
+The `assetUrl` has to be send to the Collabora Online server using the
postMessage API.
## Fetching an asset