Skip to content

Commit 02e2163

Browse files
[create-pull-request] automated change (#326)
Co-authored-by: ahayworth <[email protected]>
1 parent c933a56 commit 02e2163

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

spec/open-api.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,11 @@ components:
359359
format: uuid
360360
nullable: true
361361
default: null
362+
pipelineID:
363+
type: string
364+
format: uuid
365+
nullable: true
366+
default: null
362367
token:
363368
type: string
364369
example: redacted
@@ -6206,6 +6211,12 @@ paths:
62066211
schema:
62076212
type: string
62086213
format: uuid
6214+
- name: pipeline_id
6215+
description: Filter agents from a single pipeline.
6216+
in: query
6217+
schema:
6218+
type: string
6219+
format: uuid
62096220
- schema:
62106221
type: integer
62116222
minimum: 0

0 commit comments

Comments
 (0)