Fix detailed missing in api-ref

Variable 'detailed' in query is missing now in api-ref.
Quick fix it.

Change-Id: Iad6d50824742431857dbfab4a5b4729de9f8ff18
This commit is contained in:
wanghao 2017-04-06 20:20:25 +08:00
parent 14d730a0f4
commit b0f96b2a28
4 changed files with 11 additions and 1 deletions

View File

@ -32,6 +32,7 @@ Query Parameters
- limit: limit
- marker: marker
- detailed: detailed
Response Parameters
-------------------

View File

@ -68,6 +68,14 @@ claim_limit:
meaning the server may claim and return less than the requested number of
messages.
detailed:
type: boolean
in: query
required: false
description: |
The 'detailed' specifies if showing the detailed information when querying
queues, flavors and pools.
echo:
type: boolean
in: query
@ -125,7 +133,6 @@ pop:
#### variables in request ####################################################
_default_message_ttl:
type: integer
in: body

View File

@ -33,6 +33,7 @@ Query Parameters
- limit: limit
- marker: marker
- detailed: detailed
Response Parameters
-------------------

View File

@ -39,6 +39,7 @@ Request Parameters
- limit: limit
- marker: marker
- detailed: detailed
Response Parameters
-------------------