Skip to content

Commit

Permalink
Adding ConfigIDs for SendableRun
Browse files Browse the repository at this point in the history
When creating new test plan with configurations-run, configs_ids mush be specified, else got response 400
  • Loading branch information
HongQuanTo authored Mar 11, 2022
1 parent 980a864 commit 2493b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ type SendableRun struct {
AssignedToID int `json:"assignedto_id,omitempty"`
IncludeAll *bool `json:"include_all,omitempty"`
CaseIDs []int `json:"case_ids,omitempty"`
ConfigIDs []int `json:"config_ids,omitempty"`
}

// UpdatableRun represents a Run
Expand Down

0 comments on commit 2493b33

Please sign in to comment.