Skip to content

Commit 8f050bc

Browse files
authored
Merge pull request #403 from Charliekenney23/fix/volume-attach-linode-required
linode_id should not be nullable on volume attach endpoint
2 parents 8985d4d + 09f8a46 commit 8f050bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14815,7 +14815,8 @@ paths:
1481514815
- linode_id
1481614816
properties:
1481714817
linode_id:
14818-
$ref: '#/components/schemas/Volume/properties/linode_id'
14818+
type: integer
14819+
description: The ID of the Linode to attach the volume to.
1481914820
config_id:
1482014821
type: integer
1482114822
description: >

0 commit comments

Comments
 (0)