From 3d1214f1ff55e74a6bf9491cefda7fc72df2098e Mon Sep 17 00:00:00 2001 From: GH Action CI Stream Date: Wed, 11 Oct 2023 14:56:49 +0000 Subject: [PATCH] Update video openapi Spec --- openapi/video-openapi-clientside.yaml | 74 ++------------------------- openapi/video-openapi.yaml | 74 ++------------------------- 2 files changed, 6 insertions(+), 142 deletions(-) diff --git a/openapi/video-openapi-clientside.yaml b/openapi/video-openapi-clientside.yaml index 31eb4d53..cc7074b6 100644 --- a/openapi/video-openapi-clientside.yaml +++ b/openapi/video-openapi-clientside.yaml @@ -3447,7 +3447,7 @@ externalDocs: url: https://getstream.io/video/docs/ info: title: Stream Video API - version: v89.4.0 + version: v89.5.0 openapi: 3.0.3 paths: /call/{type}/{id}: @@ -3721,74 +3721,6 @@ paths: CreateCall: To create a call ReadCall: To retrieve a call UpdateCallSettings: To create a call with different settings - /call/{type}/{id}/{session}/recordings: - get: - description: | - Lists recordings - - Required permissions: - - ListRecordings - operationId: ListRecordings_type_id_session - parameters: - - in: path - name: type - required: true - schema: - maxLength: 64 - type: string - writeOnly: true - x-stream-index: "001.001" - - in: path - name: id - required: true - schema: - maxLength: 64 - type: string - writeOnly: true - x-stream-index: "001.002" - - in: path - name: session - required: true - schema: - maxLength: 64 - type: string - writeOnly: true - x-stream-index: "003" - responses: - "200": - content: - application/json: - schema: - $ref: '#/components/schemas/ListRecordingsResponse' - description: Successful response - "400": - content: - application/json: - schema: - $ref: '#/components/schemas/APIError' - description: Bad request - "429": - content: - application/json: - schema: - $ref: '#/components/schemas/APIError' - description: Too many requests - headers: - X-RateLimit-Limit: - description: The number of allowed requests in the current period - schema: - type: integer - X-RateLimit-Remaining: - description: The number of remaining requests in the current period - schema: - type: integer - X-RateLimit-Reset: - description: Timestamp when number of requests will be reset - schema: - type: integer - summary: List recordings (type, id, session) - x-stream-permissions: - ListRecordings: To list recordings /call/{type}/{id}/accept: post: description: |2 @@ -4570,7 +4502,7 @@ paths: Required permissions: - ListRecordings - operationId: ListRecordings_type_id + operationId: ListRecordings parameters: - in: path name: type @@ -4620,7 +4552,7 @@ paths: description: Timestamp when number of requests will be reset schema: type: integer - summary: List recordings (type, id) + summary: List recordings x-stream-permissions: ListRecordings: To list recordings /call/{type}/{id}/reject: diff --git a/openapi/video-openapi.yaml b/openapi/video-openapi.yaml index 0460b0a3..8951404a 100644 --- a/openapi/video-openapi.yaml +++ b/openapi/video-openapi.yaml @@ -3832,7 +3832,7 @@ externalDocs: url: https://getstream.io/video/docs/ info: title: Stream Video API - version: v89.4.0 + version: v89.5.0 openapi: 3.0.3 paths: /call/{type}/{id}: @@ -4106,74 +4106,6 @@ paths: CreateCall: To create a call ReadCall: To retrieve a call UpdateCallSettings: To create a call with different settings - /call/{type}/{id}/{session}/recordings: - get: - description: | - Lists recordings - - Required permissions: - - ListRecordings - operationId: ListRecordings_type_id_session - parameters: - - in: path - name: type - required: true - schema: - maxLength: 64 - type: string - writeOnly: true - x-stream-index: "001.001" - - in: path - name: id - required: true - schema: - maxLength: 64 - type: string - writeOnly: true - x-stream-index: "001.002" - - in: path - name: session - required: true - schema: - maxLength: 64 - type: string - writeOnly: true - x-stream-index: "003" - responses: - "200": - content: - application/json: - schema: - $ref: '#/components/schemas/ListRecordingsResponse' - description: Successful response - "400": - content: - application/json: - schema: - $ref: '#/components/schemas/APIError' - description: Bad request - "429": - content: - application/json: - schema: - $ref: '#/components/schemas/APIError' - description: Too many requests - headers: - X-RateLimit-Limit: - description: The number of allowed requests in the current period - schema: - type: integer - X-RateLimit-Remaining: - description: The number of remaining requests in the current period - schema: - type: integer - X-RateLimit-Reset: - description: Timestamp when number of requests will be reset - schema: - type: integer - summary: List recordings (type, id, session) - x-stream-permissions: - ListRecordings: To list recordings /call/{type}/{id}/accept: post: description: |2 @@ -4955,7 +4887,7 @@ paths: Required permissions: - ListRecordings - operationId: ListRecordings_type_id + operationId: ListRecordings parameters: - in: path name: type @@ -5005,7 +4937,7 @@ paths: description: Timestamp when number of requests will be reset schema: type: integer - summary: List recordings (type, id) + summary: List recordings x-stream-permissions: ListRecordings: To list recordings /call/{type}/{id}/reject: