@@ -9944,14 +9944,14 @@ components:
99449944 properties :
99459945 content :
99469946 allOf :
9947- - $ref : " #/components/schemas/volumes. VolumeContent"
9947+ - $ref : " #/components/schemas/VolumeContent"
99489948 description : Content specifies the content configuration for this volume
99499949 name :
99509950 description : Name is the unique identifier for the volume within the project
99519951 type : string
99529952 type :
99539953 allOf :
9954- - $ref : " #/components/schemas/volumes. VolumeType"
9954+ - $ref : " #/components/schemas/VolumeType"
99559955 description : Type is the volume type (currently only "readOnly" is supported)
99569956 required :
99579957 - content
@@ -10412,15 +10412,15 @@ components:
1041210412 properties :
1041310413 content :
1041410414 allOf :
10415- - $ref : " #/components/schemas/volumes. VolumeContent"
10415+ - $ref : " #/components/schemas/VolumeContent"
1041610416 description : Content specifies the new content that will be preloaded to this
1041710417 volume
1041810418 name :
1041910419 description : Name is the new unique identifier for the volume within the project
1042010420 type : string
1042110421 type :
1042210422 allOf :
10423- - $ref : " #/components/schemas/volumes. VolumeType"
10423+ - $ref : " #/components/schemas/VolumeType"
1042410424 description : Type is the new volume type (currently only "readOnly" is supported)
1042510425 type : object
1042610426 VolumeMount :
@@ -10441,7 +10441,7 @@ components:
1044110441 properties :
1044210442 content :
1044310443 allOf :
10444- - $ref : " #/components/schemas/volumes. VolumeContent"
10444+ - $ref : " #/components/schemas/VolumeContent"
1044510445 description : Content specifies the content that will be preloaded to this volume
1044610446 created_at :
1044710447 description : CreatedAt is the ISO8601 timestamp when this volume was created
@@ -10457,7 +10457,7 @@ components:
1045710457 type : string
1045810458 type :
1045910459 allOf :
10460- - $ref : " #/components/schemas/volumes. VolumeType"
10460+ - $ref : " #/components/schemas/VolumeType"
1046110461 description : Type is the volume type (e.g., "readOnly")
1046210462 updated_at :
1046310463 description : UpdatedAt is the ISO8601 timestamp when this volume was last updated
0 commit comments