Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Apr 18, 2024
1 parent 17740e3 commit 30ba4df
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions schema/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,30 @@ paths:
- SecurityScheme: []
tags:
- Recordings
/api/beta/recordings/{connectUrl}/{filename}/upload:
post:
parameters:
- in: path
name: connectUrl
required: true
schema:
type: string
- in: path
name: filename
required: true
schema:
type: string
responses:
"200":
description: OK
"401":
description: Not Authorized
"403":
description: Not Allowed
security:
- SecurityScheme: []
tags:
- Recordings
/api/beta/recordings/{jvmId}:
get:
parameters:
Expand Down

0 comments on commit 30ba4df

Please sign in to comment.