diff --git a/backend/openapi/paths/internal/rooms.yaml b/backend/openapi/paths/internal/rooms.yaml index 1457449..53ee5f9 100644 --- a/backend/openapi/paths/internal/rooms.yaml +++ b/backend/openapi/paths/internal/rooms.yaml @@ -33,6 +33,8 @@ Retrieves the preferences of an OpenVidu Meet room with the specified room ID. tags: - Internal API - Rooms + security: + - participantTokenCookie: [] parameters: - $ref: '../../components/parameters/room-id-path.yaml' responses: