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

@@ -22,6 +22,14 @@
],
"description": "find all peer\n\u003cbr\u003e",
"operationId": "PeerController.GetAll",
"parameters": [
{
"in": "query",
"name": "is_draft",
"description": "false",
"type": "string"
}
],
"responses": {
"200": {
"description": "{peer} models.peer"
@@ -43,6 +51,12 @@
"description": "the word search you want to get",
"required": true,
"type": "string"
},
{
"in": "query",
"name": "is_draft",
"description": "false",
"type": "string"
}
],
"responses": {