evolve
This commit is contained in:
@@ -133,10 +133,40 @@
|
||||
"/workflow/{id}": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"oc-scheduler/controllersWorkflowExecutionController"
|
||||
"workflow"
|
||||
],
|
||||
"description": "schedule workflow\n\u003cbr\u003e",
|
||||
"operationId": "WorkflowExecutionController.ScheduleWorkflow",
|
||||
"operationId": "WorkflowSchedulerController.Schedule",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "path",
|
||||
"name": "id",
|
||||
"description": "id execution",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"description": "The compute content",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"$ref": "#/definitions/models.compute"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{workspace} models.workspace"
|
||||
}
|
||||
}
|
||||
},
|
||||
"delete": {
|
||||
"tags": [
|
||||
"workflow"
|
||||
],
|
||||
"description": "schedule workflow\n\u003cbr\u003e",
|
||||
"operationId": "WorkflowSchedulerController.UnSchedule",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "path",
|
||||
@@ -197,6 +227,10 @@
|
||||
"name": "oc-scheduler/controllersWorkflowExecutionController",
|
||||
"description": "Operations about workflow\n"
|
||||
},
|
||||
{
|
||||
"name": "workflow",
|
||||
"description": "Operations about workflow\n"
|
||||
},
|
||||
{
|
||||
"name": "version",
|
||||
"description": "VersionController operations for Version\n"
|
||||
|
||||
Reference in New Issue
Block a user