We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a541d commit 51258e9Copy full SHA for 51258e9
1 file changed
openapi.yaml
@@ -5767,6 +5767,10 @@ components:
5767
$ref: '#/components/schemas/Region'
5768
SharedVolumeCreateRequest:
5769
type: object
5770
+ required:
5771
+ - volume_name
5772
+ - size_tib
5773
+ - region
5774
properties:
5775
volume_name:
5776
type: string
@@ -5776,6 +5780,7 @@ components:
5780
format: uint32
5777
5781
region:
5778
5782
5783
+ description: Region name. Usable regions can be found from `client.clusters.list_regions()`
5779
5784
SharedVolumeCreateResponse:
5785
5786
0 commit comments