Skip to content

Commit 8493b4c

Browse files
Merge pull request #1 from Utkarsh-123github/new
Changed openapi doc
2 parents 7a69826 + 38e9a80 commit 8493b4c

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

public/example/openAPISpec.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -309,24 +309,3 @@ paths:
309309
'200':
310310
description: Message sent
311311

312-
/recordings/{meetingId}:
313-
get:
314-
summary: Get meeting recording
315-
description: |
316-
Returns the recording file and its metadata (URL, start/end time) for a given meeting. Ideal for playback,
317-
archives, and audits.
318-
security:
319-
- bearerAuth: []
320-
parameters:
321-
- name: meetingId
322-
in: path
323-
required: true
324-
schema:
325-
type: string
326-
responses:
327-
'200':
328-
description: Recording information
329-
content:
330-
application/json:
331-
schema:
332-
$ref: '#/components/schemas/Recording'

0 commit comments

Comments
 (0)