Skip to content

Commit 53d2c70

Browse files
authored
Adding VerifySSL to Project options
1 parent 728464e commit 53d2c70

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)