diff options
author | Luc Didry <ldidry@users.noreply.github.com> | 2015-02-22 22:32:18 +0100 |
---|---|---|
committer | Luc Didry <ldidry@users.noreply.github.com> | 2015-02-22 22:32:18 +0100 |
commit | 4166f190780f196a24248ec2733e97d7c0ba76ec (patch) | |
tree | d13c8101edf316a2710ee94235b8f402b60378ea /doc | |
parent | 1c044588e6d9b0ee721f5c68e94c480028ce6467 (diff) | |
download | etherpad-lite-4166f190780f196a24248ec2733e97d7c0ba76ec.zip |
Set correct API version in doc
The doc says current version is 1.2.9, but there is getPadID which uses 1.2.10 API.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/http_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http_api.md b/doc/api/http_api.md index 6cbe6e6b..84a4ec7e 100644 --- a/doc/api/http_api.md +++ b/doc/api/http_api.md @@ -61,7 +61,7 @@ Portal submits content into new blog post ## Usage ### API version -The latest version is `1.2.9` +The latest version is `1.2.10` The current version can be queried via /api. |