Skip to content

Commit

Permalink
Fix query tag format (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtopjian authored and jrperritt committed Apr 17, 2018
1 parent 6a08a65 commit e02a693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/clustering/v1/webhooks/requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// TriggerOpts represents options used for triggering an action
type TriggerOpts struct {
V string `q:"V,required"`
V string `q:"V" required:"true"`
Params map[string]string
}

Expand Down

0 comments on commit e02a693

Please sign in to comment.