diff --git a/documentation/docs/developpeur/backend/salle-de-quiz-swagger.json b/documentation/docs/developpeur/backend/salle-de-quiz-swagger.json index 9dbb811..2084a39 100644 --- a/documentation/docs/developpeur/backend/salle-de-quiz-swagger.json +++ b/documentation/docs/developpeur/backend/salle-de-quiz-swagger.json @@ -13,6 +13,11 @@ "description": "Via npm" } ], + "security": [ + { + "bearerAuth": [] + } + ], "paths": { "/api/room": { "get": { @@ -100,6 +105,13 @@ } }, "components": { + "securitySchemes": { + "bearerAuth": { + "type": "http", + "scheme": "bearer", + "bearerFormat": "JWT" + } + }, "schemas": { "Room": { "type": "object",