We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39505c commit 804107eCopy full SHA for 804107e
1 file changed
openstack/blockstorage/v3/attachments/doc.go
@@ -29,7 +29,7 @@ Example to List Attachments
29
Example to Create Attachment
30
31
createOpts := &attachments.CreateOpts{
32
- InstanceiUUID: "uuid",
+ InstanceUUID: "uuid",
33
VolumeUUID: "uuid"
34
}
35
0 commit comments