workin oc-workspace
This commit is contained in:
@@ -20,6 +20,11 @@ paths:
|
||||
find workspace by id
|
||||
<br>
|
||||
operationId: WorkspaceController.GetAll
|
||||
parameters:
|
||||
- in: query
|
||||
name: is_draft
|
||||
description: draft wished
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{workspace} models.workspace'
|
||||
@@ -45,7 +50,7 @@ paths:
|
||||
tags:
|
||||
- oc-workspace/controllersWorkspaceController
|
||||
description: |-
|
||||
find workflow by id
|
||||
find workflow by idisDraft := o.Ctx.Input.Query("is_draft")
|
||||
<br>
|
||||
operationId: WorkspaceController.Get
|
||||
parameters:
|
||||
@@ -109,6 +114,10 @@ paths:
|
||||
description: the word search you want to get
|
||||
required: true
|
||||
type: string
|
||||
- in: query
|
||||
name: is_draft
|
||||
description: draft wished
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{workspace} models.workspace'
|
||||
|
||||
Reference in New Issue
Block a user