working oc-shared

This commit is contained in:
mr
2025-01-17 17:20:37 +01:00
parent 3b65fb934b
commit 7d391e4059
7 changed files with 201 additions and 40 deletions

View File

@@ -20,6 +20,11 @@ paths:
find shared workspace by id
<br>
operationId: CollaborativeAreaController.GetAll
parameters:
- in: query
name: is_draft
description: draft wished
type: string
responses:
"200":
description: '{shared_workspace} models.shared_workspace'
@@ -252,7 +257,7 @@ paths:
description: |-
find shared workspace by id
<br>
operationId: CollaborativeAreaController.Add Workspace
operationId: CollaborativeAreaController.Remove Workspace
parameters:
- in: path
name: id
@@ -281,6 +286,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: '{shared workspace} models.shared_workspace'