[api-ref]Change 'queues' to required in response body
In api doc, when getting the queues list, the 'queues' in response body is optional, but it should be required even if there is empty list. Change-Id: I1503ec3828b2107df9488ec48164b502a2244e4d Closes-Bug: #1710583
This commit is contained in:
parent
eec827b565
commit
a986ef0bdf
@ -417,6 +417,7 @@ queue_metadata:
|
||||
queues:
|
||||
type: list
|
||||
in: body
|
||||
required: true
|
||||
description: |
|
||||
A list of the queues.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user