workin oc-workspace

This commit is contained in:
mr
2025-01-17 17:18:29 +01:00
parent 051af4e2b4
commit e315c84c3d
7 changed files with 127 additions and 12 deletions

View File

@@ -22,6 +22,14 @@
],
"description": "find workspace by id\n\u003cbr\u003e",
"operationId": "WorkspaceController.GetAll",
"parameters": [
{
"in": "query",
"name": "is_draft",
"description": "draft wished",
"type": "string"
}
],
"responses": {
"200": {
"description": "{workspace} models.workspace"
@@ -66,6 +74,12 @@
"description": "the word search you want to get",
"required": true,
"type": "string"
},
{
"in": "query",
"name": "is_draft",
"description": "draft wished",
"type": "string"
}
],
"responses": {
@@ -108,7 +122,7 @@
"tags": [
"oc-workspace/controllersWorkspaceController"
],
"description": "find workflow by id\n\u003cbr\u003e",
"description": "find workflow by idisDraft := o.Ctx.Input.Query(\"is_draft\")\n\u003cbr\u003e",
"operationId": "WorkspaceController.Get",
"parameters": [
{

View File

@@ -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'