From 1b291cef4d9d1d9f4a40a51d7f8ed7364ff84ae2 Mon Sep 17 00:00:00 2001 From: juancarmore Date: Tue, 10 Jun 2025 12:51:13 +0200 Subject: [PATCH] openapi: add missing security requirement in getRoomPreferences endpoint --- backend/openapi/paths/internal/rooms.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: