diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-06-29 19:40:07 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-06-29 19:40:07 +0300 |
| commit | f3b4838e255745cdc3dec368ed29e5b321dedc8b (patch) | |
| tree | ae634de28ac524a022ca702009b6625940380927 /docs/swagger.yaml | |
| parent | docs: fix delete map summary (diff) | |
| download | lphub-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.yaml | 15 |
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 |