Revision bd590bc1 docs/source/devguide.rst

b/docs/source/devguide.rst
106 106
======================  =========================
107 107

  
108 108
The reply is a list of account names.
109
If a ``format=xml`` or ``format=json`` argument is given, extended information on the containers will be returned, serialized in the chosen format.
109
If a ``format=xml`` or ``format=json`` argument is given, extended information on the accounts will be returned, serialized in the chosen format.
110 110
For each account, the information will include the following (names will be in lower case and with hyphens replaced with underscores):
111 111

  
112 112
===========================  ============================
113 113
Name                         Description
114 114
===========================  ============================
115 115
name                         The name of the account
116
last_modified                The last container modification date (regardless of ``until``)
116
last_modified                The last account modification date (regardless of ``until``)
117 117
===========================  ============================
118 118

  
119 119
Example ``format=json`` reply:
......
139 139
Return Code                  Description
140 140
===========================  =====================
141 141
200 (OK)                     The request succeeded
142
204 (No Content)             The account has no containers (only for non-extended replies)
142
204 (No Content)             The user has no access to other accounts (only for non-extended replies)
143 143
===========================  =====================
144 144

  
145 145
Will use a ``200`` return code if the reply is of type json/xml.

Also available in: Unified diff