Skip to content

Commit 57b7215

Browse files
committed
update new runs list parameter comments
1 parent d5a8e6a commit 57b7215

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

run.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -193,23 +193,23 @@ type RunListOptions struct {
193193
ListOptions
194194

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

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

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

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

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

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

0 commit comments

Comments
 (0)