From bd590bc1ddf105e5e7209c48ac69f3133dc61f5b Mon Sep 17 00:00:00 2001 From: Antony Chazapis Date: Tue, 26 Jul 2011 12:07:20 +0300 Subject: [PATCH] Fix doc. --- docs/source/devguide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/devguide.rst b/docs/source/devguide.rst index 24f491f..6595e39 100644 --- a/docs/source/devguide.rst +++ b/docs/source/devguide.rst @@ -106,14 +106,14 @@ format Optional extended reply type (can be ``json`` or ``xml`` ====================== ========================= The reply is a list of account names. -If a ``format=xml`` or ``format=json`` argument is given, extended information on the containers will be returned, serialized in the chosen format. +If a ``format=xml`` or ``format=json`` argument is given, extended information on the accounts will be returned, serialized in the chosen format. For each account, the information will include the following (names will be in lower case and with hyphens replaced with underscores): =========================== ============================ Name Description =========================== ============================ name The name of the account -last_modified The last container modification date (regardless of ``until``) +last_modified The last account modification date (regardless of ``until``) =========================== ============================ Example ``format=json`` reply: @@ -139,7 +139,7 @@ Example ``format=xml`` reply: Return Code Description =========================== ===================== 200 (OK) The request succeeded -204 (No Content) The account has no containers (only for non-extended replies) +204 (No Content) The user has no access to other accounts (only for non-extended replies) =========================== ===================== Will use a ``200`` return code if the reply is of type json/xml. -- 1.7.10.4