From fc493d016f7e760e4399ba0f35edc5ee48738f85 Mon Sep 17 00:00:00 2001 From: Stephen Gappinger Date: Fri, 7 Apr 2023 16:37:36 -0700 Subject: [PATCH] fix: updates VariableSetReadOptions tag to allow including `vars` and `workspaces` in the VariableSets.Read response --- variable_set.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variable_set.go b/variable_set.go index 4642d2f30..9730ec7b4 100644 --- a/variable_set.go +++ b/variable_set.go @@ -117,7 +117,7 @@ type VariableSetCreateOptions struct { // VariableSetReadOptions represents the options for reading variable sets. type VariableSetReadOptions struct { - Include *[]VariableSetIncludeOpt `url:"include:omitempty"` + Include *[]VariableSetIncludeOpt `url:"include,omitempty"` } // VariableSetUpdateOptions represents the options for updating a variable set.