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.

2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12167,7 +12167,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v201.0.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

30 changes: 26 additions & 4 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.channels.error
default: export.users.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -1266,12 +1266,28 @@ components:
- updated_at
- recording_external_storage
type: object
CampaignChannelMember:
nullable: true
properties:
channel_role:
type: string
x-stream-index: "002"
custom:
additionalProperties: {}
type: object
x-stream-index: "003"
user_id:
type: string
x-stream-index: "001"
required:
- user_id
type: object
CampaignChannelTemplate:
properties:
custom:
additionalProperties: {}
type: object
x-stream-index: "005"
x-stream-index: "006"
id:
type: string
x-stream-index: "002"
Expand All @@ -1281,10 +1297,16 @@ components:
maximum: 1000
type: array
x-stream-index: "003"
members_template:
items:
$ref: '#/components/schemas/CampaignChannelMember'
maximum: 1000
type: array
x-stream-index: "004"
team:
maxLength: 1000
type: string
x-stream-index: "004"
x-stream-index: "005"
type:
maxLength: 64
type: string
Expand Down Expand Up @@ -16802,7 +16824,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v201.0.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

148 changes: 123 additions & 25 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1903,49 +1903,56 @@ components:
$ref: '#/components/schemas/Attachment'
title: Attachments
type: array
x-stream-index: "004"
x-stream-index: "005"
comment:
description: Text content of the comment
title: Comment
type: string
x-stream-index: "003"
x-stream-index: "004"
create_notification_activity:
description: Whether to create a notification activity for this comment
title: Create Notification Activity
type: boolean
x-stream-index: "008"
x-stream-index: "009"
custom:
additionalProperties: {}
description: Custom data for the comment
title: Custom Data
type: object
x-stream-index: "007"
x-stream-index: "008"
id:
description: Optional custom ID for the comment (max 255 characters). If
not provided, a UUID will be generated.
maxLength: 255
title: Comment ID
type: string
x-stream-index: "001"
mentioned_user_ids:
description: List of users mentioned in the reply
items:
type: string
maximum: 255
title: Mentioned User IDs
type: array
x-stream-index: "005"
x-stream-index: "006"
object_id:
description: ID of the object to comment on
title: Object ID
type: string
x-stream-index: "001"
x-stream-index: "002"
object_type:
description: Type of the object to comment on
title: Object Type
type: string
x-stream-index: "002"
x-stream-index: "003"
parent_id:
description: ID of parent comment for replies
title: Parent ID
type: string
x-stream-index: "006"
x-stream-index: "007"
skip_push:
type: boolean
x-stream-index: "009"
x-stream-index: "010"
required:
- object_id
- object_type
Expand Down Expand Up @@ -12255,48 +12262,44 @@ components:
description: Client request
nullable: true
properties:
activity_selector_options:
additionalProperties: {}
type: object
x-stream-index: "006"
data:
$ref: '#/components/schemas/FeedInput'
x-stream-index: "003"
external_ranking:
additionalProperties: {}
type: object
x-stream-index: "007"
x-stream-index: "006"
filter:
additionalProperties: {}
type: object
x-stream-index: "009"
x-stream-index: "008"
followers_pagination:
$ref: '#/components/schemas/PagerRequest'
x-stream-index: "011"
x-stream-index: "010"
following_pagination:
$ref: '#/components/schemas/PagerRequest'
x-stream-index: "012"
x-stream-index: "011"
interest_weights:
additionalProperties:
format: float
type: number
type: object
x-stream-index: "008"
x-stream-index: "007"
limit:
format: int32
maximum: 100
minimum: 0
type: integer
x-stream-index: "013.001"
x-stream-index: "012.001"
member_pagination:
$ref: '#/components/schemas/PagerRequest'
x-stream-index: "010"
x-stream-index: "009"
next:
type: string
x-stream-index: "013.002"
x-stream-index: "012.002"
prev:
type: string
x-stream-index: "013.003"
x-stream-index: "012.003"
view:
type: string
x-stream-index: "005"
Expand Down Expand Up @@ -14287,7 +14290,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: notification.thread_message_new
default: message.new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -21445,6 +21448,43 @@ components:
- actions
- flags_count
type: object
RingCallRequest:
nullable: true
properties:
members_ids:
description: Members that should receive the ring. If no ids are provided,
all call members who are not already in the call will receive ring notifications.
items:
type: string
maximum: 25
title: Members IDs
type: array
x-stream-index: "003"
video:
description: Indicate if call should be video
title: Video
type: boolean
x-stream-index: "004"
title: RingCallRequest
type: object
RingCallResponse:
nullable: true
properties:
duration:
type: string
x-stream-index: "001.001"
members_ids:
description: List of members ringing notification was sent to
items:
type: string
title: Members IDs
type: array
x-stream-index: "002"
required:
- duration
- members_ids
title: RingCallResponse
type: object
RingSettingsRequest:
properties:
auto_cancel_timeout_ms:
Expand Down Expand Up @@ -27818,7 +27858,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v201.0.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -32233,7 +32273,7 @@ paths:
Body or URL parameter
title: Connection ID
type: string
x-stream-index: "015.003"
x-stream-index: "014.003"
requestBody:
content:
application/json:
Expand Down Expand Up @@ -35812,6 +35852,64 @@ paths:
summary: Request permission
tags:
- product:video
/api/v2/video/call/{type}/{id}/ring:
post:
description: |
Sends a ring notification to the provided users who are not already in the call. All users should be members of the call

Sends events:
- call.ring
operationId: RingCall
parameters:
- in: path
name: type
required: true
schema:
description: The type of call
maxLength: 64
title: Type
type: string
writeOnly: true
x-stream-index: "001.001"
- in: path
name: id
required: true
schema:
description: Call ID
maxLength: 64
title: ID
type: string
writeOnly: true
x-stream-index: "001.002"
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/RingCallRequest'
description: RingCallRequest
required: true
responses:
"201":
content:
application/json:
schema:
$ref: '#/components/schemas/RingCallResponse'
description: RingCallResponse
"400":
content:
application/json:
schema:
$ref: '#/components/schemas/APIError'
description: Bad request
"429":
content:
application/json:
schema:
$ref: '#/components/schemas/APIError'
description: Too many requests
summary: Ring Call Users
tags:
- product:video
/api/v2/video/call/{type}/{id}/rtmp_broadcasts:
post:
description: |
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7236,7 +7236,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v201.0.0
openapi: 3.0.3
paths:
/api/v2/moderation/ban:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.bulk_image_moderation.error
default: export.moderation_logs.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -8488,7 +8488,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v201.0.0
openapi: 3.0.3
paths:
/api/v2/moderation/ban:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

Loading