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.

4 changes: 2 additions & 2 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4710,7 +4710,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 @@ -12167,7 +12167,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v200.2.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.

4 changes: 2 additions & 2 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 @@ -16802,7 +16802,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v200.2.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.

97 changes: 96 additions & 1 deletion openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21445,6 +21445,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 +27855,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v200.2.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -35812,6 +35849,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: v200.2.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.

2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8488,7 +8488,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v200.2.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.

6 changes: 3 additions & 3 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2692,7 +2692,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.channels.error
default: export.moderation_logs.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -18976,7 +18976,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 @@ -35206,7 +35206,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v200.2.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/v2/chat-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7308,7 +7308,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: message.new
default: notification.thread_message_new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -16289,7 +16289,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v200.2.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions openapi/v2/chat-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.moderation_logs.error
default: export.channels.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -10817,7 +10817,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: message.new
default: notification.thread_message_new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -21874,7 +21874,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v200.2.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.json

Large diffs are not rendered by default.

97 changes: 96 additions & 1 deletion openapi/v2/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21445,6 +21445,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 +27855,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v200.2.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -35812,6 +35849,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/v2/feeds-clientside-api.json

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/v2/feeds-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2479,7 +2479,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 @@ -20211,7 +20211,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v200.2.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/moderation-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/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: v200.2.0
openapi: 3.0.3
paths:
/api/v2/moderation/ban:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/moderation-serverside-api.json

Large diffs are not rendered by default.

Loading