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 3613591 commit e7802adCopy full SHA for e7802ad
stack.go
@@ -191,7 +191,7 @@ type StackCreateOptions struct {
191
type StackUpdateOptions struct {
192
Name *string `jsonapi:"attr,name,omitempty"`
193
Description *string `jsonapi:"attr,description,omitempty"`
194
- VCSRepo *StackVCSRepoOptions `jsonapi:"attr,vcs-repo,omitempty"`
+ VCSRepo *StackVCSRepoOptions `jsonapi:"attr,vcs-repo"`
195
}
196
197
// WaitForStatusResult is the data structure that is sent over the channel
0 commit comments