workin oc-workflow

This commit is contained in:
mr
2025-01-17 17:19:44 +01:00
parent ec25c872a3
commit 44aac7c532
6 changed files with 126 additions and 11 deletions

View File

@@ -22,6 +22,14 @@
],
"description": "find workflow by workflowid\n\u003cbr\u003e",
"operationId": "WorkflowController.GetAll",
"parameters": [
{
"in": "query",
"name": "is_draft",
"description": "draft wished",
"type": "string"
}
],
"responses": {
"200": {
"description": "{workflow} models.workflow"
@@ -133,6 +141,12 @@
"description": "the word search you want to get",
"required": true,
"type": "string"
},
{
"in": "query",
"name": "is_draft",
"description": "draft wished",
"type": "string"
}
],
"responses": {