Skip to content
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,779 changes: 1,527 additions & 252 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,571 changes: 1,365 additions & 206 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,674 changes: 1,421 additions & 253 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.

408 changes: 302 additions & 106 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.

355 changes: 308 additions & 47 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,418 changes: 1,181 additions & 237 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,676 changes: 1,418 additions & 258 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,335 changes: 1,145 additions & 190 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,674 changes: 1,421 additions & 253 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.

408 changes: 302 additions & 106 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.

355 changes: 308 additions & 47 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,418 changes: 1,181 additions & 237 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,700 changes: 2,381 additions & 319 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,726 changes: 1,480 additions & 246 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.

24 changes: 21 additions & 3 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 @@ -6756,7 +6774,7 @@ components:
type: apiKey
info:
title: Stream API
version: v178.0.0
version: v182.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.

26 changes: 22 additions & 4 deletions openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.users.error
default: export.channels.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -3994,22 +3994,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
ListCallTypeResponse:
description: Response for ListCallType
Expand Down Expand Up @@ -7181,7 +7199,7 @@ components:
type: apiKey
info:
title: Stream API
version: v178.0.0
version: v182.0.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down