Neo Workflow for local deployment
This commit is contained in:
@@ -12,32 +12,10 @@ info:
|
||||
url: https://opensource.org/license/mit
|
||||
basePath: /oc/
|
||||
paths:
|
||||
/version/:
|
||||
/:
|
||||
get:
|
||||
tags:
|
||||
- version
|
||||
description: |-
|
||||
get version
|
||||
<br>
|
||||
operationId: VersionController.GetAll
|
||||
responses:
|
||||
"200":
|
||||
description: ""
|
||||
/version/status:
|
||||
get:
|
||||
tags:
|
||||
- version
|
||||
description: |-
|
||||
get status
|
||||
<br>
|
||||
operationId: VersionController.Status
|
||||
responses:
|
||||
"200":
|
||||
description: ""
|
||||
/workflow/:
|
||||
get:
|
||||
tags:
|
||||
- workflow
|
||||
- oc-workflow/controllersWorkflowController
|
||||
description: |-
|
||||
find workflow by workflowid
|
||||
<br>
|
||||
@@ -47,7 +25,7 @@ paths:
|
||||
description: '{workflow} models.workflow'
|
||||
post:
|
||||
tags:
|
||||
- workflow
|
||||
- oc-workflow/controllersWorkflowController
|
||||
description: |-
|
||||
create workflows
|
||||
<br>
|
||||
@@ -64,10 +42,10 @@ paths:
|
||||
description: ""
|
||||
schema:
|
||||
$ref: '#/definitions/models.workflow'
|
||||
/workflow/{id}:
|
||||
/{id}:
|
||||
get:
|
||||
tags:
|
||||
- workflow
|
||||
- oc-workflow/controllersWorkflowController
|
||||
description: |-
|
||||
find workflow by workflowid
|
||||
<br>
|
||||
@@ -83,7 +61,7 @@ paths:
|
||||
description: '{workflow} models.workflow'
|
||||
put:
|
||||
tags:
|
||||
- workflow
|
||||
- oc-workflow/controllersWorkflowController
|
||||
description: |-
|
||||
create workflows
|
||||
<br>
|
||||
@@ -107,7 +85,7 @@ paths:
|
||||
$ref: '#/definitions/models.workflow'
|
||||
delete:
|
||||
tags:
|
||||
- workflow
|
||||
- oc-workflow/controllersWorkflowController
|
||||
description: |-
|
||||
delete the workflow
|
||||
<br>
|
||||
@@ -121,10 +99,10 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{string} delete success!'
|
||||
/workflow/check/{id}/{start_date}/{end_date}:
|
||||
/check/{id}/{start_date}/{end_date}:
|
||||
get:
|
||||
tags:
|
||||
- workflow
|
||||
- oc-workflow/controllersWorkflowController
|
||||
description: |-
|
||||
check booking
|
||||
<br>
|
||||
@@ -148,10 +126,10 @@ paths:
|
||||
description: ""
|
||||
schema:
|
||||
$ref: '#/definitions/models.object'
|
||||
/workflow/publish/{id}:
|
||||
/publish/{id}:
|
||||
post:
|
||||
tags:
|
||||
- workflow
|
||||
- oc-workflow/controllersWorkflowController
|
||||
description: |-
|
||||
create workflows
|
||||
<br>
|
||||
@@ -167,10 +145,10 @@ paths:
|
||||
description: ""
|
||||
schema:
|
||||
$ref: '#/definitions/models.workflow'
|
||||
/workflow/search/{search}:
|
||||
/search/{search}:
|
||||
get:
|
||||
tags:
|
||||
- workflow
|
||||
- oc-workflow/controllersWorkflowController
|
||||
description: |-
|
||||
search workspace
|
||||
<br>
|
||||
@@ -184,6 +162,28 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{workspace} models.workspace'
|
||||
/version/:
|
||||
get:
|
||||
tags:
|
||||
- version
|
||||
description: |-
|
||||
get version
|
||||
<br>
|
||||
operationId: VersionController.GetAll
|
||||
responses:
|
||||
"200":
|
||||
description: ""
|
||||
/version/status:
|
||||
get:
|
||||
tags:
|
||||
- version
|
||||
description: |-
|
||||
get status
|
||||
<br>
|
||||
operationId: VersionController.Status
|
||||
responses:
|
||||
"200":
|
||||
description: ""
|
||||
definitions:
|
||||
json:
|
||||
title: json
|
||||
@@ -195,7 +195,7 @@ definitions:
|
||||
title: workflow
|
||||
type: object
|
||||
tags:
|
||||
- name: workflow
|
||||
- name: oc-workflow/controllersWorkflowController
|
||||
description: |
|
||||
Operations about workflow
|
||||
- name: version
|
||||
|
||||
Reference in New Issue
Block a user