aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.yaml
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-05-01 13:08:26 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-05-01 13:08:26 +0300
commitf1f9240bc1a877f6056bcaf400673b54ecc04ad3 (patch)
tree361da0b89de3cfb1abfe5b24c3e1edb8190c9e32 /docs/swagger.yaml
parentdoc: update history model (#38) (diff)
downloadlphub-f1f9240bc1a877f6056bcaf400673b54ecc04ad3.tar.gz
lphub-f1f9240bc1a877f6056bcaf400673b54ecc04ad3.tar.bz2
lphub-f1f9240bc1a877f6056bcaf400673b54ecc04ad3.zip
search endpoint init, fetch all data (#40)
Diffstat (limited to 'docs/swagger.yaml')
-rw-r--r--docs/swagger.yaml18
1 files changed, 16 insertions, 2 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index e24ca39..f719008 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -143,8 +143,6 @@ info:
143paths: 143paths:
144 /demo: 144 /demo:
145 get: 145 get:
146 consumes:
147 - application/json
148 produces: 146 produces:
149 - application/json 147 - application/json
150 responses: 148 responses:
@@ -441,6 +439,22 @@ paths:
441 summary: Update country code of session user. 439 summary: Update country code of session user.
442 tags: 440 tags:
443 - users 441 - users
442 /search:
443 get:
444 produces:
445 - application/json
446 responses:
447 "200":
448 description: OK
449 schema:
450 $ref: '#/definitions/models.Response'
451 "400":
452 description: Bad Request
453 schema:
454 $ref: '#/definitions/models.Response'
455 summary: Get all user and map data.
456 tags:
457 - search
444 /users/{id}: 458 /users/{id}:
445 get: 459 get:
446 consumes: 460 consumes: