We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f51f2 commit 61ead6aCopy full SHA for 61ead6a
1 file changed
openstack/blockstorage/v3/volumetypes/requests.go
@@ -22,7 +22,7 @@ type CreateOpts struct {
22
// the ID of the existing volume snapshot
23
IsPublic *bool `json:"os-volume-type-access:is_public,omitempty"`
24
// Extra spec key-value pairs defined by the user.
25
- ExtraSpecs map[string]string `json:"extra_specs"`
+ ExtraSpecs map[string]string `json:"extra_specs,omitempty"`
26
}
27
28
// ToVolumeTypeCreateMap assembles a request body based on the contents of a
0 commit comments