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:
parent
14d730a0f4
commit
b0f96b2a28
@ -32,6 +32,7 @@ Query Parameters
|
||||
|
||||
- limit: limit
|
||||
- marker: marker
|
||||
- detailed: detailed
|
||||
|
||||
Response Parameters
|
||||
-------------------
|
||||
|
@ -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
|
||||
|
@ -33,6 +33,7 @@ Query Parameters
|
||||
|
||||
- limit: limit
|
||||
- marker: marker
|
||||
- detailed: detailed
|
||||
|
||||
Response Parameters
|
||||
-------------------
|
||||
|
@ -39,6 +39,7 @@ Request Parameters
|
||||
|
||||
- limit: limit
|
||||
- marker: marker
|
||||
- detailed: detailed
|
||||
|
||||
Response Parameters
|
||||
-------------------
|
||||
|
Loading…
Reference in New Issue
Block a user