Commit a7df0f3a authored by Michael Stapelberg's avatar Michael Stapelberg Committed by Sander van Harmelen

Project: add ci_config_path property (#306)

parent 0e61e55d
......@@ -85,6 +85,7 @@ type Project struct {
} `json:"shared_with_groups"`
Statistics *ProjectStatistics `json:"statistics"`
Links *Links `json:"_links,omitempty"`
CIConfigPath *string `json:"ci_config_path"`
}
// Repository represents a repository.
......@@ -350,7 +351,7 @@ type CreateProjectOptions struct {
RequestAccessEnabled *bool `url:"request_access_enabled,omitempty" json:"request_access_enabled,omitempty"`
TagList *[]string `url:"tag_list,omitempty" json:"tag_list,omitempty"`
PrintingMergeRequestLinkEnabled *bool `url:"printing_merge_request_link_enabled,omitempty" json:"printing_merge_request_link_enabled,omitempty"`
CiConfigPath *string `url:"ci_config_path,omitempty" json:"ci_config_path,omitempty"`
CIConfigPath *string `url:"ci_config_path,omitempty" json:"ci_config_path,omitempty"`
}
// CreateProject creates a new project owned by the authenticated user.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment