Skip to content

Commit

Permalink
update new runs list parameter comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mjyocca committed Jun 10, 2022
1 parent d5a8e6a commit 57b7215
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions run.go
Expand Up @@ -193,23 +193,23 @@ type RunListOptions struct {
ListOptions

// Optional: Username of user who created the run
// **Note: This option is not GA and subject to change**
// **Note: This API is still in BETA and is subject to change.**
Name string `url:"search[name],omitempty"`

// Optional: Commit SHA for runs triggered via a vcs event
// **Note: This option is not GA and subject to change**
// **Note: This API is still in BETA and is subject to change.**
Commit string `url:"search[commit],omitempty"`

// Optional: Current status of the run
// **Note: This option is not GA and subject to change**
// **Note: This API is still in BETA and is subject to change.**
Status string `url:"filter[status],omitempty"`

// Optional: Source that triggered the run
// **Note: This option is not GA and subject to change**
// **Note: This API is still in BETA and is subject to change.**
Source string `url:"filter[source],omitempty"`

// Optional: Operation type for the run
// **Note: This option is not GA and subject to change**
// **Note: This API is still in BETA and is subject to change.**
Operation string `url:"filter[operation],omitempty"`

// Optional: A list of relations to include. See available resources:
Expand Down

0 comments on commit 57b7215

Please sign in to comment.