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:
gecong1973 2017-07-15 06:16:07 -04:00 committed by gecong
parent eed85588a4
commit 54b66206cb
1 changed files with 3 additions and 2 deletions

View File

@ -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