From 30ba4dffd59785ff78a8cd62facf5ce67b06ace5 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 18 Apr 2024 18:10:02 -0400 Subject: [PATCH] update schema --- schema/openapi.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/schema/openapi.yaml b/schema/openapi.yaml index 3290d9499..4ce4608a6 100644 --- a/schema/openapi.yaml +++ b/schema/openapi.yaml @@ -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: