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
|
||||
:param client_uuid: (Default None) UUID for the client that
|
||||
originated this request
|
||||
:param fields: (Default None) Fields to include in emitted
|
||||
documents
|
||||
:param projection: (Default None) a list of field names that should be
|
||||
returned in the result set or a dict specifying the fields to
|
||||
include or exclude
|
||||
:param include_claimed: (Default False) Whether to include
|
||||
claimed messages, not just active ones
|
||||
:param sort: (Default 1) Sort order for the listing. Pass 1 for
|
||||
|
Loading…
Reference in New Issue
Block a user