Add a description of the parameters to function.

The content is as follows:
:param limit: Maximum number of resources to return.
“

Change-Id: Icf50da3a1ca38a406a13c69c3afa6f511044f155
This commit is contained in:
xugang 2017-07-05 15:06:29 +08:00
parent 9ca234d593
commit a2c77b7f26

@ -139,7 +139,8 @@ class ResourcesController(rest.RestController):
"""Retrieve definitions of all of the resources.
:param q: Filter rules for the resources to be returned.
:param meter_links: option to include related meter links
:param limit: Maximum number of resources to return.
:param meter_links: option to include related meter links.
"""
rbac.enforce('get_resources', pecan.request)