Skip to content

Commit 51258e9

Browse files
authored
Update openapi.yaml
1 parent 46a541d commit 51258e9

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
@@ -5767,6 +5767,10 @@ components:
57675767
$ref: '#/components/schemas/Region'
57685768
SharedVolumeCreateRequest:
57695769
type: object
5770+
required:
5771+
- volume_name
5772+
- size_tib
5773+
- region
57705774
properties:
57715775
volume_name:
57725776
type: string
@@ -5776,6 +5780,7 @@ components:
57765780
format: uint32
57775781
region:
57785782
type: string
5783+
description: Region name. Usable regions can be found from `client.clusters.list_regions()`
57795784
SharedVolumeCreateResponse:
57805785
type: object
57815786
properties:

0 commit comments

Comments
 (0)