Merge "Add missing 'is_public' volume type parameter"
This commit is contained in:
@@ -243,6 +243,13 @@ image-id:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
is_public_volume_type_query:
|
||||||
|
description: |
|
||||||
|
Filter the volume type by public visibility.
|
||||||
|
See :ref:`valid boolean values <valid-boolean-values>`.
|
||||||
|
in: query
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
limit:
|
limit:
|
||||||
description: |
|
description: |
|
||||||
Requests a page size of items. Returns a number
|
Requests a page size of items. Returns a number
|
||||||
|
@@ -380,6 +380,7 @@ Request
|
|||||||
.. rest_parameters:: parameters.yaml
|
.. rest_parameters:: parameters.yaml
|
||||||
|
|
||||||
- project_id: project_id_path
|
- project_id: project_id_path
|
||||||
|
- is_public: is_public_volume_type_query
|
||||||
- sort: sort
|
- sort: sort
|
||||||
- limit: limit
|
- limit: limit
|
||||||
- offset: offset
|
- offset: offset
|
||||||
|
Reference in New Issue
Block a user