aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.yaml
diff options
context:
space:
mode:
authorNidboj132 <lol2s@vp.plm>2023-05-06 18:58:55 +0200
committerNidboj132 <lol2s@vp.plm>2023-05-06 18:58:55 +0200
commit97c0d681d2b24f12327982fee88000c84424d2c8 (patch)
tree0829ced3f214de97de28f77bfdb7a87725b77ce2 /docs/swagger.yaml
parentlogin (diff)
parentMerge branch 'main' of https://github.com/pektezol/LeastPortals (diff)
downloadlphub-97c0d681d2b24f12327982fee88000c84424d2c8.tar.gz
lphub-97c0d681d2b24f12327982fee88000c84424d2c8.tar.bz2
lphub-97c0d681d2b24f12327982fee88000c84424d2c8.zip
Merge branch 'main' of https://github.com/pektezol/LeastPortals
Diffstat (limited to 'docs/swagger.yaml')
-rw-r--r--docs/swagger.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index a39aed4..d62b46b 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -594,6 +594,26 @@ paths:
594 tags: 594 tags:
595 - search 595 - search
596 /token: 596 /token:
597 delete:
598 produces:
599 - application/json
600 responses:
601 "200":
602 description: OK
603 schema:
604 allOf:
605 - $ref: '#/definitions/models.Response'
606 - properties:
607 data:
608 $ref: '#/definitions/models.LoginResponse'
609 type: object
610 "404":
611 description: Not Found
612 schema:
613 $ref: '#/definitions/models.Response'
614 summary: Deletes the token cookie from the user.
615 tags:
616 - auth
597 get: 617 get:
598 produces: 618 produces:
599 - application/json 619 - application/json