feat: Added API support for filtering workflow templates by labels. Logic not yet implemented.

This commit is contained in:
Andrey Melnikov
2020-07-28 16:14:35 -07:00
parent cb4a229984
commit 11d198a2db
7 changed files with 317 additions and 161 deletions

View File

@@ -3,7 +3,7 @@
"info": {
"title": "Onepanel",
"description": "Onepanel API",
"version": "0.11.0",
"version": "0.12.0",
"contact": {
"name": "Onepanel project",
"url": "https://github.com/onepanelio/core"
@@ -1364,6 +1364,12 @@
"required": false,
"type": "integer",
"format": "int32"
},
{
"name": "labels",
"in": "query",
"required": false,
"type": "string"
}
],
"tags": [