From 38e9a8012bf0f820fabb1ac1f480571a7cc137d9 Mon Sep 17 00:00:00 2001 From: Utkarsh Tiwari Date: Tue, 8 Jul 2025 18:33:56 +0530 Subject: [PATCH] Changed openapi doc --- public/example/openAPISpec.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/public/example/openAPISpec.yml b/public/example/openAPISpec.yml index 71c47be..42ddd0a 100644 --- a/public/example/openAPISpec.yml +++ b/public/example/openAPISpec.yml @@ -309,24 +309,3 @@ paths: '200': description: Message sent - /recordings/{meetingId}: - get: - summary: Get meeting recording - description: | - Returns the recording file and its metadata (URL, start/end time) for a given meeting. Ideal for playback, - archives, and audits. - security: - - bearerAuth: [] - parameters: - - name: meetingId - in: path - required: true - schema: - type: string - responses: - '200': - description: Recording information - content: - application/json: - schema: - $ref: '#/components/schemas/Recording'