This commit is contained in:
mr
2025-01-17 17:22:25 +01:00
parent 421ba7f3e0
commit 815bef5798
6 changed files with 121 additions and 8 deletions

View File

@@ -20,6 +20,11 @@ paths:
find all peer
<br>
operationId: PeerController.GetAll
parameters:
- in: query
name: is_draft
description: "false"
type: string
responses:
"200":
description: '{peer} models.peer'
@@ -129,6 +134,10 @@ paths:
description: the word search you want to get
required: true
type: string
- in: query
name: is_draft
description: "false"
type: string
responses:
"200":
description: '{workspace} models.workspace'