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: