diff --git a/docs/openapi.json b/docs/openapi.json index 7d209817..93c7b27a 100644 Binary files a/docs/openapi.json and b/docs/openapi.json differ diff --git a/docs/root.yaml b/docs/root.yaml index b1e01d8f..f31ccf67 100644 --- a/docs/root.yaml +++ b/docs/root.yaml @@ -7,9 +7,15 @@ servers: - url: http://localhost:3000 description: Development server components: - responses: - ok200: - description: OK + securitySchemes: + BearerAuth: + type: http + scheme: bearer + responses: + ok200: + description: OK +security: + - BearerAuth: [] paths: /api/authors/{id}: get: