workspace latest
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -106,6 +106,23 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{workspace} delete success!'
|
||||
/workspace/search/{search}:
|
||||
get:
|
||||
tags:
|
||||
- workspace
|
||||
description: |-
|
||||
search workspace
|
||||
<br>
|
||||
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'
|
||||
definitions:
|
||||
json:
|
||||
title: json
|
||||
|
||||
Reference in New Issue
Block a user