We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9254825 commit 7f908ebCopy full SHA for 7f908eb
stack.go
@@ -189,9 +189,9 @@ type StackCreateOptions struct {
189
190
// StackUpdateOptions represents the options for updating a stack.
191
type StackUpdateOptions struct {
192
- Name *string `jsonapi:"attr,name,omitempty"`
193
- Description *string `jsonapi:"attr,description,omitempty"`
194
- VCSRepo *StackVCSRepo `jsonapi:"attr,vcs-repo,omitempty"`
+ Name *string `jsonapi:"attr,name,omitempty"`
+ Description *string `jsonapi:"attr,description,omitempty"`
+ VCSRepo *StackVCSRepoOptions `jsonapi:"attr,vcs-repo,omitempty"`
195
}
196
197
// WaitForStatusResult is the data structure that is sent over the channel
0 commit comments