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.
2 parents 728464e + 53d2c70 commit be9fc06Copy full SHA for be9fc06
project.go
@@ -43,6 +43,7 @@ type Project struct {
43
Organization *Organization `json:"organization,omitempty"`
44
DigestMinDelay *int `json:"digestMinDelay,omitempty"`
45
DigestMaxDelay *int `json:"digestMaxDelay,omitempty"`
46
+ VerifySSL *bool `json:"verifySSL,omitempty"`
47
}
48
49
// CreateProject will create a new project in your org and team
0 commit comments