Merge "update api-ref for admin tenant filter."

This commit is contained in:
Jenkins 2016-11-22 02:20:50 +00:00 committed by Gerrit Code Review
commit 5e485bf2ed
2 changed files with 10 additions and 0 deletions

View File

@ -92,6 +92,7 @@ Request
.. rest_parameters:: parameters.yaml
- all_tenants: all_tenants
- fields: fields
Response
@ -126,6 +127,8 @@ forbidden(403)
Request
-------
- all_tenants: all_tenants
Response
--------

View File

@ -35,6 +35,13 @@ type_uuid_path:
type: string
# variables in query
all_tenants:
description: |
Specify the ``all_tenants=1`` query parameter to list all instances
for all projects. By default this is only allowed by admin users.
in: query
required: false
type: integer
fields:
description: |
One or more fields to be returned in the response.