Add status filter to list pipeline API (#4494)

This commit is contained in:
Robert Kaussow
2024-12-01 05:35:05 +01:00
committed by GitHub
parent 4af899c488
commit 289239d1b3
6 changed files with 61 additions and 0 deletions

View File

@@ -2984,6 +2984,12 @@ const docTemplate = `{
"description": "filter pipelines by strings contained in ref",
"name": "ref",
"in": "query"
},
{
"type": "string",
"description": "filter pipelines by status",
"name": "status",
"in": "query"
}
],
"responses": {