diff --git a/src/main/resources/api.yml b/src/main/resources/api.yml index 7e46e48..da8df45 100644 --- a/src/main/resources/api.yml +++ b/src/main/resources/api.yml @@ -5,6 +5,8 @@ info: version: 1.0.0 servers: - url: /api/v1 +security: + - JWTAuth: [] components: schemas: @@ -14,6 +16,11 @@ components: properties: msg: type: string + securitySchemes: + JWTAuth: + type: http + scheme: bearer + bearerFormat: JWT responses: OK: description: "OK"