Skip to content

Update video openapi Spec #1188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

1,986 changes: 1,637 additions & 349 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.

1,620 changes: 1,396 additions & 224 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,667 changes: 1,424 additions & 243 deletions openapi/clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

445 changes: 324 additions & 121 deletions openapi/moderation-clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

390 changes: 329 additions & 61 deletions openapi/moderation-serverside-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.

1,625 changes: 1,416 additions & 209 deletions openapi/serverside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,713 changes: 1,443 additions & 270 deletions openapi/v2/chat-clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,563 changes: 1,256 additions & 307 deletions openapi/v2/chat-serverside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,667 changes: 1,424 additions & 243 deletions openapi/v2/clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

445 changes: 324 additions & 121 deletions openapi/v2/moderation-clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

390 changes: 329 additions & 61 deletions openapi/v2/moderation-serverside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,625 changes: 1,416 additions & 209 deletions openapi/v2/serverside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,720 changes: 2,394 additions & 326 deletions openapi/v2/video-clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,749 changes: 1,607 additions & 142 deletions openapi/v2/video-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.

32 changes: 25 additions & 7 deletions openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3764,22 +3764,40 @@ components:
format: int32
minimum: 0
type: integer
x-stream-index: "002"
x-stream-index: "004"
max_participants:
format: int32
type: integer
x-stream-index: "001"
max_participants_exclude_owner:
type: boolean
x-stream-index: "003"
max_participants_exclude_roles:
items:
type: string
type: array
x-stream-index: "002"
type: object
LimitsSettingsResponse:
properties:
max_duration_seconds:
format: int32
type: integer
x-stream-index: "002"
x-stream-index: "004"
max_participants:
format: int32
type: integer
x-stream-index: "001"
max_participants_exclude_owner:
type: boolean
x-stream-index: "003"
max_participants_exclude_roles:
items:
type: string
type: array
x-stream-index: "002"
required:
- max_participants_exclude_roles
type: object
ListDevicesResponse:
description: List devices response
Expand Down Expand Up @@ -4026,7 +4044,7 @@ components:
items:
type: string
type: array
x-stream-index: "014"
x-stream-index: "015"
created_at:
format: date-time
type: string
Expand Down Expand Up @@ -6022,7 +6040,7 @@ components:
x-stream-index: "023"
language:
type: string
x-stream-index: "034"
x-stream-index: "035"
last_active:
format: date-time
readOnly: true
Expand All @@ -6043,15 +6061,15 @@ components:
revoke_tokens_issued_before:
format: date-time
type: string
x-stream-index: "041"
x-stream-index: "042"
role:
type: string
x-stream-index: "004"
teams:
items:
type: string
type: array
x-stream-index: "035"
x-stream-index: "036"
teams_role:
additionalProperties:
type: string
Expand Down Expand Up @@ -6756,7 +6774,7 @@ components:
type: apiKey
info:
title: Stream API
version: v178.0.0
version: v184.2.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.

Loading