Skip to content

Commit 3b88363

Browse files
committed
Update openapi.yaml
1 parent bfb6e7f commit 3b88363

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5896,6 +5896,10 @@ components:
58965896
$ref: '#/components/schemas/Region'
58975897
SharedVolumeCreateRequest:
58985898
type: object
5899+
required:
5900+
- volume_name
5901+
- size_tib
5902+
- region
58995903
properties:
59005904
volume_name:
59015905
type: string
@@ -5905,6 +5909,7 @@ components:
59055909
format: uint32
59065910
region:
59075911
type: string
5912+
description: Region name. Usable regions can be found from `client.clusters.list_regions()`
59085913
SharedVolumeCreateResponse:
59095914
type: object
59105915
properties:

0 commit comments

Comments
 (0)