We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type
1 parent 5fc8537 commit 47c5691Copy full SHA for 47c5691
openstack/identity/v3/services/requests.go
@@ -109,7 +109,7 @@ type UpdateOptsBuilder interface {
109
// UpdateOpts provides options for updating a service.
110
type UpdateOpts struct {
111
// Type is the type of the service.
112
- Type string `json:"type"`
+ Type string `json:"type,omitempty"`
113
114
// Enabled is whether or not the service is enabled.
115
Enabled *bool `json:"enabled,omitempty"`
0 commit comments