[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:
wanghao 2017-08-25 14:50:52 +08:00
parent eec827b565
commit a986ef0bdf

View File

@ -417,6 +417,7 @@ queue_metadata:
queues: queues:
type: list type: list
in: body in: body
required: true
description: | description: |
A list of the queues. A list of the queues.