From 71c9e53a1e73bd9f777c83e68ea374cc64f4fb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Thu, 5 Nov 2015 09:51:41 +0100 Subject: [PATCH] Documentation review. --- cliquet_docs/api/utilities.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliquet_docs/api/utilities.rst b/cliquet_docs/api/utilities.rst index d15b4ced..c1997533 100644 --- a/cliquet_docs/api/utilities.rst +++ b/cliquet_docs/api/utilities.rst @@ -10,7 +10,7 @@ The returned value is a JSON mapping containing: - ``hello``: the name of the service (e.g. ``"reading list"``) - ``protocol_version``: the cliquet protocol version (``"2"``) -- ``version``: complete version (``"X.Y.Z"``) +- ``version``: complete application/project version (``"X.Y.Z"``) - ``url``: absolute URI (without a trailing slash) of the API (*can be used by client to build URIs*) - ``eos``: date of end of support in ISO 8601 format (``"yyyy-mm-dd"``, undefined if unknown) - ``documentation``: The URL to the service documentation. (this document!)