aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.json
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-06-29 19:40:07 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-06-29 19:40:07 +0300
commitf3b4838e255745cdc3dec368ed29e5b321dedc8b (patch)
treeae634de28ac524a022ca702009b6625940380927 /docs/swagger.json
parentdocs: fix delete map summary (diff)
downloadlphub-f3b4838e255745cdc3dec368ed29e5b321dedc8b.tar.gz
lphub-f3b4838e255745cdc3dec368ed29e5b321dedc8b.tar.bz2
lphub-f3b4838e255745cdc3dec368ed29e5b321dedc8b.zip
docs: add jwt token requirements
Former-commit-id: e5b56433686e2180a99293f0ddf339e70b304c67
Diffstat (limited to '')
-rw-r--r--docs/swagger.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/swagger.json b/docs/swagger.json
index af3fa11..3acc883 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -443,6 +443,13 @@
443 "summary": "Edit map summary with specified map id.", 443 "summary": "Edit map summary with specified map id.",
444 "parameters": [ 444 "parameters": [
445 { 445 {
446 "type": "string",
447 "description": "JWT Token",
448 "name": "Authorization",
449 "in": "header",
450 "required": true
451 },
452 {
446 "type": "integer", 453 "type": "integer",
447 "description": "Map ID", 454 "description": "Map ID",
448 "name": "id", 455 "name": "id",
@@ -496,6 +503,13 @@
496 "summary": "Create map summary with specified map id.", 503 "summary": "Create map summary with specified map id.",
497 "parameters": [ 504 "parameters": [
498 { 505 {
506 "type": "string",
507 "description": "JWT Token",
508 "name": "Authorization",
509 "in": "header",
510 "required": true
511 },
512 {
499 "type": "integer", 513 "type": "integer",
500 "description": "Map ID", 514 "description": "Map ID",
501 "name": "id", 515 "name": "id",
@@ -549,6 +563,13 @@
549 "summary": "Delete map summary with specified map id.", 563 "summary": "Delete map summary with specified map id.",
550 "parameters": [ 564 "parameters": [
551 { 565 {
566 "type": "string",
567 "description": "JWT Token",
568 "name": "Authorization",
569 "in": "header",
570 "required": true
571 },
572 {
552 "type": "integer", 573 "type": "integer",
553 "description": "Map ID", 574 "description": "Map ID",
554 "name": "id", 575 "name": "id",