From 381967b10949faed5db87c02fd4ddcc531547390 Mon Sep 17 00:00:00 2001 From: Utkarsh Tiwari Date: Tue, 8 Jul 2025 18:52:18 +0530 Subject: [PATCH] Changed spec --- public/example/openAPISpec.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/public/example/openAPISpec.yml b/public/example/openAPISpec.yml index f1a900c..f391fd8 100644 --- a/public/example/openAPISpec.yml +++ b/public/example/openAPISpec.yml @@ -253,27 +253,3 @@ paths: schema: $ref: '#/components/schemas/Meeting' - /meetings/{meetingId}/participants: - get: - summary: Get meeting participants - description: | - Returns a list of participants who have joined a given meeting. This includes join and leave times, - helping hosts analyze attendance, engagement, and post-meeting reporting. - security: - - bearerAuth: [] - parameters: - - name: meetingId - in: path - required: true - schema: - type: string - responses: - '200': - description: List of meeting participants - content: - application/json: - schema: - type: array - items: - $ref: '#/components/schemas/Participant' -