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

@@ -22,6 +22,14 @@
],
"description": "find shared workspace by id\n\u003cbr\u003e",
"operationId": "CollaborativeAreaController.GetAll",
"parameters": [
{
"in": "query",
"name": "is_draft",
"description": "draft wished",
"type": "string"
}
],
"responses": {
"200": {
"description": "{shared_workspace} models.shared_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": {
@@ -357,7 +371,7 @@
"collaborative_area"
],
"description": "find shared workspace by id\n\u003cbr\u003e",
"operationId": "CollaborativeAreaController.Add Workspace",
"operationId": "CollaborativeAreaController.Remove Workspace",
"parameters": [
{
"in": "path",