api-ref: volume_type_access should be array instead of object
https://developer.openstack.org/api-ref/block-storage/v3/index.html#list-private-volume-type-access-detail volume_type_access in the response of "List private volume type access detail" should be array, instead of object. NOTE: the response sample file will be auto-generated in Iad7932337647274dbbbc35045b4febbbc8d9d36d Change-Id: I1a02f3b7791f6c44d8e50949f28dc6a112429662
This commit is contained in:
parent
806fac5606
commit
b389c18bd6
@ -2928,10 +2928,10 @@ volume_type:
|
||||
type: object
|
||||
volume_type_access:
|
||||
description: |
|
||||
The object contains volume type to be accessed by project.
|
||||
List of objects containing volume type to be accessed by project.
|
||||
in: body
|
||||
required: true
|
||||
type: object
|
||||
type: array
|
||||
volume_type_detail:
|
||||
description: |
|
||||
The volume type (either name or ID). To create an environment with
|
||||
|
Loading…
Reference in New Issue
Block a user