Miss name filter in querying queues
Fix the missing name filter in querying queues. Change-Id: I29f3f6e41773e84bb0580e87f1ac823917a0ea05 Closes-Bug: #1808756
This commit is contained in:
parent
37fc134d11
commit
b963a91a11
@ -134,6 +134,14 @@ marker:
|
|||||||
initial limited request and use the ID of the last-seen item from the
|
initial limited request and use the ID of the last-seen item from the
|
||||||
response as the ``marker`` parameter value in a subsequent limited request.
|
response as the ``marker`` parameter value in a subsequent limited request.
|
||||||
|
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
description: |
|
||||||
|
The 'name' specifies if filter the queues by queue's name when querying
|
||||||
|
queues.
|
||||||
|
|
||||||
pop:
|
pop:
|
||||||
type: integer
|
type: integer
|
||||||
in: query
|
in: query
|
||||||
|
@ -49,6 +49,7 @@ Request Parameters
|
|||||||
- limit: limit
|
- limit: limit
|
||||||
- marker: marker
|
- marker: marker
|
||||||
- detailed: detailed
|
- detailed: detailed
|
||||||
|
- name: name
|
||||||
|
|
||||||
Response Parameters
|
Response Parameters
|
||||||
-------------------
|
-------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user