Skip to content

Commit

Permalink
fix: add mandatory pipeline run ID (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Apr 18, 2023
1 parent cf173a3 commit 6f8b86d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ components:
PipelineRunRequest:
type: object
properties:
id:
type: string
format: uuid
name:
type: string
stepRuns:
Expand Down Expand Up @@ -292,7 +295,7 @@ components:
type: string
example:
pipelineRunId: 13448D47-BD5D-4664-B6C3-0CB07D8CF2D2

FeedbackRequest:
type: object
properties:
Expand Down

0 comments on commit 6f8b86d

Please sign in to comment.