Skip to content

Commit be9fc06

Browse files
authored
Merge pull request #15 from taiidani/patch-1
Adding VerifySSL to Project options
2 parents 728464e + 53d2c70 commit be9fc06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ type Project struct {
4343
Organization *Organization `json:"organization,omitempty"`
4444
DigestMinDelay *int `json:"digestMinDelay,omitempty"`
4545
DigestMaxDelay *int `json:"digestMaxDelay,omitempty"`
46+
VerifySSL *bool `json:"verifySSL,omitempty"`
4647
}
4748

4849
// CreateProject will create a new project in your org and team

0 commit comments

Comments
 (0)