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 728464e commit 53d2c70Copy full SHA for 53d2c70
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