From f3b4838e255745cdc3dec368ed29e5b321dedc8b Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Thu, 29 Jun 2023 19:40:07 +0300 Subject: docs: add jwt token requirements Former-commit-id: e5b56433686e2180a99293f0ddf339e70b304c67 --- docs/swagger.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/swagger.yaml') 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: /maps/{id}/summary: delete: parameters: + - description: JWT Token + in: header + name: Authorization + required: true + type: string - description: Map ID in: path name: id @@ -526,6 +531,11 @@ paths: - maps post: parameters: + - description: JWT Token + in: header + name: Authorization + required: true + type: string - description: Map ID in: path name: id @@ -558,6 +568,11 @@ paths: - maps put: parameters: + - description: JWT Token + in: header + name: Authorization + required: true + type: string - description: Map ID in: path name: id -- cgit v1.2.3