From e516a244268315c56ffdb1f365fb7369f7e7d96d Mon Sep 17 00:00:00 2001 From: Cracker Date: Wed, 3 Mar 2021 13:14:37 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1b147cf..e08c190 100644 --- a/README.md +++ b/README.md @@ -109,13 +109,6 @@ Call your site with GET parameters to change the WhiteboardID or the Username - title => Change the name of the Browser Tab - randomid => if set to true, a random whiteboardId will be generated if not given aswell -## REST API - -You can fully control the whiteboard through a REST API. Explore and test the API for your server version by surfing to: `[yourRootWhiteboardUrl]/apidoc/index.html` -You can see the API for the Demowhiteboard here: [DemoAPI](https://cloud13.de/testwhiteboard/apidoc/index.html) - -Note: This API is pretty new, so be sure to use the latest Whiteboard version. - ## Configuration Many settings of this project can be set using a simple `yaml` file, to change some behaviors or tweak performances. @@ -143,6 +136,13 @@ Then set the same token on the client side as well: Done! +#### REST API + +You can fully control the whiteboard through a REST API. Explore and test the API for your server version by surfing to: `[yourRootWhiteboardUrl]/apidoc/index.html` +You can see the API for the Demowhiteboard here: [DemoAPI](https://cloud13.de/testwhiteboard/apidoc/index.html) + +Note: This API is pretty new, so be sure to use the latest Whiteboard version. + #### WebDAV (Optional) This function allows your users to save the whiteboard directly to a webdav server (Nextcloud) as image without downloading it.