diff options
Diffstat (limited to 'docs/swagger.json')
| -rw-r--r-- | docs/swagger.json | 21 |
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", |