[Libreoffice-commits] online.git: loolwsd/reference.txt
Pranav Kant
pranavk at collabora.co.uk
Wed Jul 20 09:05:56 UTC 2016
loolwsd/reference.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4ae0a4f04823b54a162f32af054683af6004a25a
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Wed Jul 20 14:34:01 2016 +0530
Update convert-to api details in reference.txt
Change-Id: Ie9b8a4f65bba768c5cd384b6c76b95b60587a12e
diff --git a/loolwsd/reference.txt b/loolwsd/reference.txt
index bd733b1..bc0cbe8 100644
--- a/loolwsd/reference.txt
+++ b/loolwsd/reference.txt
@@ -2,6 +2,6 @@ LibreOffice On-Line API
=======================
Document conversion:
- - API: HTTP POST to /convert-to
+ - API: HTTP POST to /lool/convert-to
- parameters: format=<format> (see e.g. "png", "pdf" or "txt"), and the file itself in the payload
- - example: curl -F "data=@test.txt" -F "format=pdf" http://localhost:9980/convert-to
+ - example: curl -F "data=@test.txt" -F "format=pdf" https://localhost:9980/lool/convert-to
More information about the Libreoffice-commits
mailing list