Merge "Add missing 'is_public' volume type parameter"
This commit is contained in:
commit
ba2b56cae1
@ -243,6 +243,13 @@ image-id:
|
||||
in: query
|
||||
required: false
|
||||
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:
|
||||
description: |
|
||||
Requests a page size of items. Returns a number
|
||||
|
@ -380,6 +380,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- project_id: project_id_path
|
||||
- is_public: is_public_volume_type_query
|
||||
- sort: sort
|
||||
- limit: limit
|
||||
- offset: offset
|
||||
|
Loading…
Reference in New Issue
Block a user