workspace latest

This commit is contained in:
mr
2024-08-08 08:38:40 +02:00
parent 60c25b1352
commit cdc9e130aa
8 changed files with 79 additions and 2 deletions

View File

@@ -66,6 +66,29 @@
}
}
},
"/workspace/search/{search}": {
"get": {
"tags": [
"workspace"
],
"description": "search workspace\n\u003cbr\u003e",
"operationId": "WorkspaceController.Search",
"parameters": [
{
"in": "path",
"name": "search",
"description": "the word search you want to get",
"required": true,
"type": "string"
}
],
"responses": {
"200": {
"description": "{workspace} models.workspace"
}
}
}
},
"/workspace/{id}": {
"get": {
"tags": [