We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb6e7f commit 3b88363Copy full SHA for 3b88363
1 file changed
openapi.yaml
@@ -5896,6 +5896,10 @@ components:
5896
$ref: '#/components/schemas/Region'
5897
SharedVolumeCreateRequest:
5898
type: object
5899
+ required:
5900
+ - volume_name
5901
+ - size_tib
5902
+ - region
5903
properties:
5904
volume_name:
5905
type: string
@@ -5905,6 +5909,7 @@ components:
5909
format: uint32
5906
5910
region:
5907
5911
5912
+ description: Region name. Usable regions can be found from `client.clusters.list_regions()`
5908
5913
SharedVolumeCreateResponse:
5914
5915
0 commit comments