aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-06-17 12:30:25 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-06-17 12:30:25 +0300
commit1f47d78a5f82998fe62fefe6d6f076583c101800 (patch)
treef20dafaeccc264ce6b05c1b599e9cf31286c22f3 /docs/docs.go
parentfeat: update main (diff)
downloadlphub-1f47d78a5f82998fe62fefe6d6f076583c101800.tar.gz
lphub-1f47d78a5f82998fe62fefe6d6f076583c101800.tar.bz2
lphub-1f47d78a5f82998fe62fefe6d6f076583c101800.zip
feat: search with query (#40)
Diffstat (limited to 'docs/docs.go')
-rw-r--r--docs/docs.go10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/docs.go b/docs/docs.go
index d39fd1c..34aa7f4 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -651,7 +651,15 @@ const docTemplate = `{
651 "tags": [ 651 "tags": [
652 "search" 652 "search"
653 ], 653 ],
654 "summary": "Get all user and map data.", 654 "summary": "Get all user and map data matching to the query.",
655 "parameters": [
656 {
657 "type": "string",
658 "description": "Search user or map name.",
659 "name": "q",
660 "in": "query"
661 }
662 ],
655 "responses": { 663 "responses": {
656 "200": { 664 "200": {
657 "description": "OK", 665 "description": "OK",