Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 3b8b8b1

Browse files
author
Josip Majača
committed
Change field type to bool
1 parent c9387f1 commit 3b8b8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ func (s *ServicesService) GetJenkinsCIService(pid interface{}, options ...Reques
900900
// https://docs.gitlab.com/ee/api/services.html#jenkins-ci
901901
type SetJenkinsCIServiceOptions struct {
902902
URL *string `url:"jenkins_url,omitempty" json:"jenkins_url,omitempty"`
903-
EnableSSLVerification *string `url:"enable_ssl_verification,omitempty" json:"enable_ssl_verification,omitempty"`
903+
EnableSSLVerification *bool `url:"enable_ssl_verification,omitempty" json:"enable_ssl_verification,omitempty"`
904904
ProjectName *string `url:"project_name,omitempty" json:"project_name,omitempty"`
905905
Username *string `url:"username,omitempty" json:"username,omitempty"`
906906
Password *string `url:"password,omitempty" json:"password,omitempty"`

0 commit comments

Comments
 (0)