aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/swagger.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 0c55964..6d06e22 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -468,6 +468,11 @@ paths:
468 /maps/{id}/summary: 468 /maps/{id}/summary:
469 delete: 469 delete:
470 parameters: 470 parameters:
471 - description: JWT Token
472 in: header
473 name: Authorization
474 required: true
475 type: string
471 - description: Map ID 476 - description: Map ID
472 in: path 477 in: path
473 name: id 478 name: id
@@ -526,6 +531,11 @@ paths:
526 - maps 531 - maps
527 post: 532 post:
528 parameters: 533 parameters:
534 - description: JWT Token
535 in: header
536 name: Authorization
537 required: true
538 type: string
529 - description: Map ID 539 - description: Map ID
530 in: path 540 in: path
531 name: id 541 name: id
@@ -558,6 +568,11 @@ paths:
558 - maps 568 - maps
559 put: 569 put:
560 parameters: 570 parameters:
571 - description: JWT Token
572 in: header
573 name: Authorization
574 required: true
575 type: string
561 - description: Map ID 576 - description: Map ID
562 in: path 577 in: path
563 name: id 578 name: id