oc-scheduler -> scheduling + logs
This commit is contained in:
@@ -260,6 +260,29 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/order/{id}": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"oc-scheduler/controllersWorkflowSchedulerController"
|
||||
],
|
||||
"description": "search draft order for a workflow\n\u003cbr\u003e",
|
||||
"operationId": "WorkflowSchedulerController.SearchScheduledDraftOrder",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "path",
|
||||
"name": "id",
|
||||
"description": "id execution",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{workspace} models.workspace"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/verification/": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -388,29 +411,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/{id}/order": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"oc-scheduler/controllersWorkflowSchedulerController"
|
||||
],
|
||||
"description": "schedule workflow\n\u003cbr\u003e",
|
||||
"operationId": "WorkflowSchedulerController.SearchScheduledDraftOrder",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "path",
|
||||
"name": "id",
|
||||
"description": "id execution",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{workspace} models.workspace"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"definitions": {
|
||||
|
||||
@@ -31,23 +31,6 @@ paths:
|
||||
description: ""
|
||||
schema:
|
||||
$ref: '#/definitions/map[string]interface{}'
|
||||
/{id}/order:
|
||||
get:
|
||||
tags:
|
||||
- oc-scheduler/controllersWorkflowSchedulerController
|
||||
description: |-
|
||||
schedule workflow
|
||||
<br>
|
||||
operationId: WorkflowSchedulerController.SearchScheduledDraftOrder
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
description: id execution
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{workspace} models.workspace'
|
||||
/booking/:
|
||||
get:
|
||||
tags:
|
||||
@@ -226,6 +209,23 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{workspace} models.workspace'
|
||||
/order/{id}:
|
||||
get:
|
||||
tags:
|
||||
- oc-scheduler/controllersWorkflowSchedulerController
|
||||
description: |-
|
||||
search draft order for a workflow
|
||||
<br>
|
||||
operationId: WorkflowSchedulerController.SearchScheduledDraftOrder
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
description: id execution
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{workspace} models.workspace'
|
||||
/verification/:
|
||||
get:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user