Fix mongodb list method's param note
replace mongodb list method's param note fields with projection. Change-Id: I89c8ca0d95df8987f8d41d339230491fc6dfdc27
This commit is contained in:
parent
eed85588a4
commit
54b66206cb
@ -243,8 +243,9 @@ class MessageController(storage.Message):
|
|||||||
client_uuid
|
client_uuid
|
||||||
:param client_uuid: (Default None) UUID for the client that
|
:param client_uuid: (Default None) UUID for the client that
|
||||||
originated this request
|
originated this request
|
||||||
:param fields: (Default None) Fields to include in emitted
|
:param projection: (Default None) a list of field names that should be
|
||||||
documents
|
returned in the result set or a dict specifying the fields to
|
||||||
|
include or exclude
|
||||||
:param include_claimed: (Default False) Whether to include
|
:param include_claimed: (Default False) Whether to include
|
||||||
claimed messages, not just active ones
|
claimed messages, not just active ones
|
||||||
:param sort: (Default 1) Sort order for the listing. Pass 1 for
|
:param sort: (Default 1) Sort order for the listing. Pass 1 for
|
||||||
|
Loading…
Reference in New Issue
Block a user