Skip to content

Commit 08114e9

Browse files
authored
Merge pull request #678 from sgap/patch-varset-include
fix: updates VariableSetReadOptions tag to allow including `vars` and…
2 parents dc7cc0e + fc493d0 commit 08114e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variable_set.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ type VariableSetCreateOptions struct {
117117

118118
// VariableSetReadOptions represents the options for reading variable sets.
119119
type VariableSetReadOptions struct {
120-
Include *[]VariableSetIncludeOpt `url:"include:omitempty"`
120+
Include *[]VariableSetIncludeOpt `url:"include,omitempty"`
121121
}
122122

123123
// VariableSetUpdateOptions represents the options for updating a variable set.

0 commit comments

Comments
 (0)