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!)