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.

211 changes: 139 additions & 72 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.

219 changes: 143 additions & 76 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.

401 changes: 313 additions & 88 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.

1,145 changes: 1,089 additions & 56 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.

1,113 changes: 1,073 additions & 40 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.

413 changes: 319 additions & 94 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,447 changes: 1,321 additions & 126 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,403 changes: 1,299 additions & 104 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.

401 changes: 313 additions & 88 deletions openapi/v2/clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

313 changes: 242 additions & 71 deletions openapi/v2/feeds-clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

317 changes: 244 additions & 73 deletions openapi/v2/feeds-serverside-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.

1,145 changes: 1,089 additions & 56 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.

1,113 changes: 1,073 additions & 40 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.

413 changes: 319 additions & 94 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.

256 changes: 204 additions & 52 deletions openapi/v2/video-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1523,6 +1523,8 @@ components:
x-stream-is-event: true
x-stream-ws-base-event-name: VideoEvent
CallModerationBlurEvent:
description: This event is sent when a moderation blur action is applied to
a user's video stream
properties:
call_cid:
type: string
Expand All @@ -1533,13 +1535,19 @@ components:
x-stream-index: "001.002"
custom:
additionalProperties: {}
description: Custom data associated with the moderation action
title: Custom
type: object
x-stream-index: "004"
type:
default: call.moderation_blur
description: 'The type of event: "call.moderation_blur" in this case'
title: Event Type
type: string
x-stream-index: "001.001"
user_id:
description: The user ID whose video stream is being blurred
title: UserID
type: string
x-stream-index: "003"
required:
Expand All @@ -1551,10 +1559,11 @@ components:
title: CallModerationBlurEvent
type: object
x-stream-event-call-type: true
x-stream-event-doc-group: other
x-stream-event-doc-group: call
x-stream-is-event: true
x-stream-ws-base-event-name: VideoEvent
CallModerationWarningEvent:
description: This event is sent when a moderation warning is issued to a user
properties:
call_cid:
type: string
Expand All @@ -1565,16 +1574,24 @@ components:
x-stream-index: "001.002"
custom:
additionalProperties: {}
description: Custom data associated with the moderation action
title: Custom
type: object
x-stream-index: "005"
message:
description: The warning message
title: Message
type: string
x-stream-index: "004"
type:
default: call.moderation_warning
description: 'The type of event: "call.moderation_warning" in this case'
title: Event Type
type: string
x-stream-index: "001.001"
user_id:
description: The user ID who is receiving the warning
title: UserID
type: string
x-stream-index: "003"
required:
Expand All @@ -1587,7 +1604,7 @@ components:
title: CallModerationWarningEvent
type: object
x-stream-event-call-type: true
x-stream-event-doc-group: other
x-stream-event-doc-group: call
x-stream-is-event: true
x-stream-ws-base-event-name: VideoEvent
CallNotificationEvent:
Expand Down Expand Up @@ -3271,6 +3288,11 @@ components:
disabled:
type: boolean
x-stream-index: "017"
filter_tags:
items:
type: string
type: array
x-stream-index: "038"
frozen:
type: boolean
x-stream-index: "016"
Expand Down Expand Up @@ -3665,7 +3687,137 @@ components:
archived_at:
format: date-time
type: number
x-stream-index: "015"
x-stream-index: "021"
ban_expires:
format: date-time
type: number
x-stream-index: "017"
banned:
type: boolean
x-stream-index: "016"
blocked:
type: boolean
x-stream-index: "029"
channel:
$ref: '#/components/schemas/DenormalizedChannelFields'
x-stream-index: "027"
channel_role:
type: string
x-stream-index: "024"
created_at:
format: date-time
type: number
x-stream-index: "012"
custom:
additionalProperties: {}
type: object
x-stream-index: "006"
deleted_at:
format: date-time
type: number
x-stream-index: "014"
deleted_messages:
items:
type: string
type: array
x-stream-index: "030"
hidden:
type: boolean
x-stream-index: "028"
invite_accepted_at:
format: date-time
type: number
x-stream-index: "009"
invite_rejected_at:
format: date-time
type: number
x-stream-index: "010"
invited:
type: boolean
x-stream-index: "008"
is_global_banned:
type: boolean
x-stream-index: "020"
is_moderator:
type: boolean
x-stream-index: "007"
notifications_muted:
type: boolean
x-stream-index: "026"
pinned_at:
format: date-time
type: number
x-stream-index: "022"
shadow_banned:
type: boolean
x-stream-index: "019"
status:
type: string
x-stream-index: "011"
updated_at:
format: date-time
type: number
x-stream-index: "013"
user:
$ref: '#/components/schemas/User'
x-stream-index: "005"
user_id:
type: string
x-stream-index: "004"
required:
- custom
- created_at
- updated_at
- banned
- shadow_banned
- is_global_banned
- channel_role
- notifications_muted
type: object
ChannelMemberLookup:
nullable: true
properties:
archived:
type: boolean
x-stream-index: "003"
archived_at:
format: date-time
type: number
x-stream-index: "007"
ban_expires:
format: date-time
type: number
x-stream-index: "008"
banned:
type: boolean
x-stream-index: "004"
blocked:
type: boolean
x-stream-index: "005"
hidden:
type: boolean
x-stream-index: "001"
pinned:
type: boolean
x-stream-index: "002"
pinned_at:
format: date-time
type: number
x-stream-index: "006"
required:
- hidden
- pinned
- archived
- banned
- blocked
type: object
ChannelMemberResponse:
nullable: true
properties:
archived_at:
format: date-time
type: number
x-stream-index: "016"
ban_expires:
description: Expiration date of the ban
format: date-time
Expand Down Expand Up @@ -3729,7 +3881,7 @@ components:
pinned_at:
format: date-time
type: number
x-stream-index: "016"
x-stream-index: "015"
role:
description: 'Permission level of the member in the channel (DEPRECATED:
use channel_role instead)'
Expand Down Expand Up @@ -3772,51 +3924,6 @@ components:
- notifications_muted
title: Channel member
type: object
ChannelMemberLookup:
nullable: true
properties:
archived:
type: boolean
x-stream-index: "003"
archived_at:
format: date-time
type: number
x-stream-index: "007"
ban_expires:
format: date-time
type: number
x-stream-index: "008"
banned:
type: boolean
x-stream-index: "004"
blocked:
type: boolean
x-stream-index: "005"
hidden:
type: boolean
x-stream-index: "001"
pinned:
type: boolean
x-stream-index: "002"
pinned_at:
format: date-time
type: number
x-stream-index: "006"
required:
- hidden
- pinned
- archived
- banned
- blocked
type: object
ChannelMemberResponse:
properties:
channel_role:
type: string
x-stream-index: "001"
required:
- channel_role
type: object
ChannelMute:
nullable: true
properties:
Expand Down Expand Up @@ -3965,6 +4072,13 @@ components:
disabled:
type: boolean
x-stream-index: "010"
filter_tags:
description: List of filter tags associated with the channel
items:
type: string
title: Filter tags
type: array
x-stream-index: "028"
frozen:
description: Whether channel is frozen or not
title: Frozen
Expand Down Expand Up @@ -4001,8 +4115,8 @@ components:
members:
description: List of channel members (max 100)
items:
$ref: '#/components/schemas/ChannelMember'
title: ChannelMembers
$ref: '#/components/schemas/ChannelMemberResponse'
title: Channel members
type: array
x-stream-index: "011"
message_count:
Expand Down Expand Up @@ -4777,6 +4891,44 @@ components:
required:
- enabled
type: object
DenormalizedChannelFields:
properties:
created_at:
type: string
x-stream-index: "001"
created_by_id:
type: string
x-stream-index: "008"
custom:
additionalProperties: {}
type: object
x-stream-index: "011"
disabled:
type: boolean
x-stream-index: "005"
frozen:
type: boolean
x-stream-index: "006"
id:
type: string
x-stream-index: "010"
last_message_at:
type: string
x-stream-index: "003"
member_count:
format: int32
type: integer
x-stream-index: "004"
team:
type: string
x-stream-index: "007"
type:
type: string
x-stream-index: "009"
updated_at:
type: string
x-stream-index: "002"
type: object
DeviceResponse:
description: Response for Device
nullable: true
Expand Down Expand Up @@ -11800,7 +11952,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.32.0
version: v198.35.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/video-serverside-api.json

Large diffs are not rendered by default.

Loading