evolve
This commit is contained in:
@@ -117,11 +117,33 @@ paths:
|
||||
/workflow/{id}:
|
||||
post:
|
||||
tags:
|
||||
- oc-scheduler/controllersWorkflowExecutionController
|
||||
- workflow
|
||||
description: |-
|
||||
schedule workflow
|
||||
<br>
|
||||
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
|
||||
<br>
|
||||
operationId: WorkflowSchedulerController.UnSchedule
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
@@ -145,6 +167,9 @@ tags:
|
||||
- name: oc-scheduler/controllersWorkflowExecutionController
|
||||
description: |
|
||||
Operations about workflow
|
||||
- name: workflow
|
||||
description: |
|
||||
Operations about workflow
|
||||
- name: version
|
||||
description: |
|
||||
VersionController operations for Version
|
||||
|
||||
Reference in New Issue
Block a user