Skip to content
Closed
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,951 changes: 1,654 additions & 297 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,682 changes: 1,462 additions & 220 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,937 changes: 1,709 additions & 228 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.

732 changes: 583 additions & 149 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.

707 changes: 603 additions & 104 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.

2,119 changes: 1,804 additions & 315 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,945 changes: 1,709 additions & 236 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,797 changes: 1,533 additions & 264 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,937 changes: 1,709 additions & 228 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.

732 changes: 583 additions & 149 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.

707 changes: 603 additions & 104 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.

2,119 changes: 1,804 additions & 315 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,752 changes: 1,610 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: v186.0.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