Unverified Commit ad56ba69 authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub

Merge pull request #609 from biohedge/patch-1

Fixed multiple scope jobs selection
parents 2f6596be 7ee1c43e
......@@ -71,7 +71,7 @@ type Job struct {
// ListJobsOptions are options for two list apis
type ListJobsOptions struct {
ListOptions
Scope []BuildStateValue `url:"scope,omitempty" json:"scope,omitempty"`
Scope []BuildStateValue `url:"scope[],omitempty" json:"scope,omitempty"`
}
// ListProjectJobs gets a list of jobs in a project.
......
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