Skip to content

Commit

Permalink
Update video openapi Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stream-ci-zz committed May 8, 2024
1 parent 6f296e6 commit a8fe5ae
Show file tree
Hide file tree
Showing 12 changed files with 380 additions and 2,370 deletions.
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

1,037 changes: 41 additions & 996 deletions openapi/chat-openapi-clientside.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

247 changes: 85 additions & 162 deletions openapi/chat-openapi.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

1,138 changes: 116 additions & 1,022 deletions openapi/clientside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

270 changes: 98 additions & 172 deletions openapi/serverside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/video-openapi-clientside.json

Large diffs are not rendered by default.

19 changes: 18 additions & 1 deletion openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3590,6 +3590,8 @@ components:
x-stream-index: "001.009"
required:
- id
- name
- image
- custom
- language
- role
Expand Down Expand Up @@ -4363,6 +4365,12 @@ components:
closed_caption_mode:
type: string
x-stream-index: "002"
languages:
items:
type: string
maximum: 2
type: array
x-stream-index: "003"
mode:
enum:
- available
Expand All @@ -4378,6 +4386,12 @@ components:
closed_caption_mode:
type: string
x-stream-index: "002"
languages:
items:
type: string
maximum: 2
type: array
x-stream-index: "003"
mode:
enum:
- available
Expand All @@ -4388,6 +4402,7 @@ components:
required:
- mode
- closed_caption_mode
- languages
type: object
TypingIndicators:
properties:
Expand Down Expand Up @@ -5079,6 +5094,8 @@ components:
x-stream-index: "001.009"
required:
- id
- name
- image
- custom
- language
- role
Expand Down Expand Up @@ -5566,7 +5583,7 @@ components:
type: apiKey
info:
title: Stream API
version: v112.2.0
version: v112.5.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi.json

Large diffs are not rendered by default.

27 changes: 16 additions & 11 deletions openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2036,9 +2036,6 @@ components:
maximum: 2
type: array
x-stream-index: "004"
watch:
type: boolean
x-stream-index: "001"
type: object
QueryCallsResponse:
nullable: true
Expand Down Expand Up @@ -2460,6 +2457,12 @@ components:
closed_caption_mode:
type: string
x-stream-index: "002"
languages:
items:
type: string
maximum: 2
type: array
x-stream-index: "003"
mode:
enum:
- available
Expand All @@ -2475,6 +2478,12 @@ components:
closed_caption_mode:
type: string
x-stream-index: "002"
languages:
items:
type: string
maximum: 2
type: array
x-stream-index: "003"
mode:
enum:
- available
Expand All @@ -2485,6 +2494,7 @@ components:
required:
- mode
- closed_caption_mode
- languages
type: object
TypingIndicators:
properties:
Expand Down Expand Up @@ -2920,6 +2930,8 @@ components:
x-stream-index: "001.009"
required:
- id
- name
- image
- custom
- language
- role
Expand Down Expand Up @@ -3226,7 +3238,7 @@ components:
type: apiKey
info:
title: Stream API
version: v112.2.0
version: v112.5.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down Expand Up @@ -4655,13 +4667,6 @@ paths:
Required permissions:
- ReadCall
operationId: QueryCalls
parameters:
- in: query
name: connection_id
schema:
type: string
writeOnly: true
x-stream-index: "002"
requestBody:
content:
application/json:
Expand Down

0 comments on commit a8fe5ae

Please sign in to comment.