aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.json
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/swagger.json
parentfeat: update main (diff)
downloadlphub-1f47d78a5f82998fe62fefe6d6f076583c101800.tar.gz
lphub-1f47d78a5f82998fe62fefe6d6f076583c101800.tar.bz2
lphub-1f47d78a5f82998fe62fefe6d6f076583c101800.zip
feat: search with query (#40)
Diffstat (limited to 'docs/swagger.json')
-rw-r--r--docs/swagger.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/swagger.json b/docs/swagger.json
index ad2a659..8491d2e 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -644,7 +644,15 @@
644 "tags": [ 644 "tags": [
645 "search" 645 "search"
646 ], 646 ],
647 "summary": "Get all user and map data.", 647 "summary": "Get all user and map data matching to the query.",
648 "parameters": [
649 {
650 "type": "string",
651 "description": "Search user or map name.",
652 "name": "q",
653 "in": "query"
654 }
655 ],
648 "responses": { 656 "responses": {
649 "200": { 657 "200": {
650 "description": "OK", 658 "description": "OK",