Skip to content
Merged
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 @@ -16465,7 +16465,7 @@ components:
type: apiKey
info:
title: Stream API
version: v238.6.3
version: v238.7.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.

32 changes: 24 additions & 8 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,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 @@ -1906,25 +1906,41 @@ components:
- updateData
type: string
x-stream-index: "001"
synchronous:
description: For updateData only. Requires a root cids $eq or $in filter
with at most 100 CIDs and no root $or/$and. Split larger selections into
requests of at most 100 CIDs. A success_channels_count response means
the database update completed; a task_id response means it was queued
and must be polled, including on older API nodes.
title: Synchronous update
type: boolean
x-stream-index: "008"
required:
- operation
- filter
type: object
ChannelBatchUpdateResponse:
description: Basic response information
nullable: true
properties:
duration:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "002.001"
success_channels_count:
description: Positive count of channels selected for a completed synchronous
database update, not an affected-row count. Concurrent deletion may reduce
the rows written. task_id is absent.
format: int32
title: Updated channels
type: integer
x-stream-index: "003"
task_id:
description: 'Present for asynchronous updates. Poll this task even if synchronous
was requested: an older API node may have queued the update.'
title: Task ID
type: string
x-stream-index: "001"
required:
- duration
title: Response
type: object
ChannelConfig:
nullable: true
Expand Down Expand Up @@ -23635,7 +23651,7 @@ components:
type: apiKey
info:
title: Stream API
version: v238.6.3
version: v238.7.0
openapi: 3.0.3
paths:
/app:
Expand Down Expand Up @@ -25641,7 +25657,7 @@ paths:
/channels/batch:
put:
description: |
Update channels in batch
Update channels in batch. By default returns task_id for an asynchronous task. With synchronous: true, updateData accepts at most 100 explicit CIDs and returns a positive success_channels_count of channels selected for update after the database write completes, without task_id. Always poll a returned task_id, including when an older node ignores synchronous.

Sends events:
- channel.frozen
Expand All @@ -25665,7 +25681,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ChannelBatchUpdateResponse'
description: Response
description: Successful response
"400":
content:
application/json:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40095,6 +40095,9 @@ components:
type: object
UserReactionCountRuleParameters:
properties:
count:
type: string
x-stream-index: "003"
threshold:
format: int32
type: integer
Expand Down Expand Up @@ -41808,7 +41811,7 @@ components:
type: apiKey
info:
title: Stream API
version: v238.6.3
version: v238.7.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8211,6 +8211,9 @@ components:
type: object
UserReactionCountRuleParameters:
properties:
count:
type: string
x-stream-index: "003"
threshold:
format: int32
type: integer
Expand Down Expand Up @@ -8579,7 +8582,7 @@ components:
type: apiKey
info:
title: Stream API
version: v238.6.3
version: v238.7.0
openapi: 3.0.3
paths:
/api/v2/moderation/action_config:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6148,7 +6148,7 @@ components:
type: apiKey
info:
title: Stream API
version: v238.6.3
version: v238.7.0
openapi: 3.0.3
paths:
/api/v1/moderation/chat_message_tasks:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11663,6 +11663,9 @@ components:
type: object
UserReactionCountRuleParameters:
properties:
count:
type: string
x-stream-index: "003"
threshold:
format: int32
type: integer
Expand Down Expand Up @@ -12119,7 +12122,7 @@ components:
type: apiKey
info:
title: Stream API
version: v238.6.3
version: v238.7.0
openapi: 3.0.3
paths:
/api/v2/moderation/action_config:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

35 changes: 27 additions & 8 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3910,7 +3910,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.bulk_image_moderation.error
default: export.channels.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -9838,25 +9838,41 @@ components:
- updateData
type: string
x-stream-index: "001"
synchronous:
description: For updateData only. Requires a root cids $eq or $in filter
with at most 100 CIDs and no root $or/$and. Split larger selections into
requests of at most 100 CIDs. A success_channels_count response means
the database update completed; a task_id response means it was queued
and must be polled, including on older API nodes.
title: Synchronous update
type: boolean
x-stream-index: "008"
required:
- operation
- filter
type: object
ChannelBatchUpdateResponse:
description: Basic response information
nullable: true
properties:
duration:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "002.001"
success_channels_count:
description: Positive count of channels selected for a completed synchronous
database update, not an affected-row count. Concurrent deletion may reduce
the rows written. task_id is absent.
format: int32
title: Updated channels
type: integer
x-stream-index: "003"
task_id:
description: 'Present for asynchronous updates. Poll this task even if synchronous
was requested: an older API node may have queued the update.'
title: Task ID
type: string
x-stream-index: "001"
required:
- duration
title: Response
type: object
ChannelConfig:
nullable: true
Expand Down Expand Up @@ -53400,6 +53416,9 @@ components:
type: object
UserReactionCountRuleParameters:
properties:
count:
type: string
x-stream-index: "003"
threshold:
format: int32
type: integer
Expand Down Expand Up @@ -54999,7 +55018,7 @@ components:
type: apiKey
info:
title: Stream API
version: v238.6.3
version: v238.7.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -57011,7 +57030,7 @@ paths:
/api/v2/chat/channels/batch:
put:
description: |
Update channels in batch
Update channels in batch. By default returns task_id for an asynchronous task. With synchronous: true, updateData accepts at most 100 explicit CIDs and returns a positive success_channels_count of channels selected for update after the database write completes, without task_id. Always poll a returned task_id, including when an older node ignores synchronous.

Sends events:
- channel.frozen
Expand All @@ -57035,7 +57054,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ChannelBatchUpdateResponse'
description: Response
description: Successful response
"400":
content:
application/json:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e77fd38ab9eec2a951eec5282e7deea6ee5516a84ecfc7587875bed1fc4c92f9 ./v2/chat-clientside-api.json
0c56db63ace2f1271f168e98377f00586d2d8f26f644f4661c7d671e52b1b17b ./v2/chat-clientside-api.json
5 changes: 4 additions & 1 deletion openapi/v2/chat-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21021,6 +21021,9 @@ components:
x-stream-ws-base-event-name: VideoEvent
UserReactionCountRuleParameters:
properties:
count:
type: string
x-stream-index: "003"
threshold:
format: int32
type: integer
Expand Down Expand Up @@ -22285,7 +22288,7 @@ components:
type: apiKey
info:
title: Stream API
version: v238.6.3
version: v238.7.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8a05019a564579ed2d4902b4905c3ce6723c08c3e43c094398be66a578fa86d3 ./v2/chat-clientside-api.yaml
280b5799de65c9d9244d5393b580af487bb9e6161e8c0560f403ba2dbdd72b66 ./v2/chat-clientside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
335c3cb539a59bd8e2546ca6b6024a932caa1027ab9e8ddc5d18fdccc8aad890 ./v2/chat-serverside-api.json
f2f43dff1fa0da8d13e5976d3c0a76eece6824ed4fb6b6a2f7041196192625b4 ./v2/chat-serverside-api.json
33 changes: 26 additions & 7 deletions openapi/v2/chat-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3312,25 +3312,41 @@ components:
- updateData
type: string
x-stream-index: "001"
synchronous:
description: For updateData only. Requires a root cids $eq or $in filter
with at most 100 CIDs and no root $or/$and. Split larger selections into
requests of at most 100 CIDs. A success_channels_count response means
the database update completed; a task_id response means it was queued
and must be polled, including on older API nodes.
title: Synchronous update
type: boolean
x-stream-index: "008"
required:
- operation
- filter
type: object
ChannelBatchUpdateResponse:
description: Basic response information
nullable: true
properties:
duration:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "002.001"
success_channels_count:
description: Positive count of channels selected for a completed synchronous
database update, not an affected-row count. Concurrent deletion may reduce
the rows written. task_id is absent.
format: int32
title: Updated channels
type: integer
x-stream-index: "003"
task_id:
description: 'Present for asynchronous updates. Poll this task even if synchronous
was requested: an older API node may have queued the update.'
title: Task ID
type: string
x-stream-index: "001"
required:
- duration
title: Response
type: object
ChannelConfig:
nullable: true
Expand Down Expand Up @@ -31573,6 +31589,9 @@ components:
x-stream-ws-base-event-name: VideoEvent
UserReactionCountRuleParameters:
properties:
count:
type: string
x-stream-index: "003"
threshold:
format: int32
type: integer
Expand Down Expand Up @@ -32842,7 +32861,7 @@ components:
type: apiKey
info:
title: Stream API
version: v238.6.3
version: v238.7.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -34854,7 +34873,7 @@ paths:
/api/v2/chat/channels/batch:
put:
description: |
Update channels in batch
Update channels in batch. By default returns task_id for an asynchronous task. With synchronous: true, updateData accepts at most 100 explicit CIDs and returns a positive success_channels_count of channels selected for update after the database write completes, without task_id. Always poll a returned task_id, including when an older node ignores synchronous.

Sends events:
- channel.frozen
Expand All @@ -34878,7 +34897,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ChannelBatchUpdateResponse'
description: Response
description: Successful response
"400":
content:
application/json:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1c2ce54b83fb93f1425dc7a99340b303416b046454fcc2316f2dadce7de98fc0 ./v2/chat-serverside-api.yaml
af89743fa90ad57ae29e6bcb6ca9dd85ed8c4ac8bd3cded609d17661314d4dd8 ./v2/chat-serverside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d53979f145b7e9c06589c27a410893de2ca7c488330dd577029da02d2a041fc6 ./v2/clientside-api.json
d1c7f87a2cafb9c3b11621a08805b3ae501c31ac845817e9c1c7d1fd2496d0d2 ./v2/clientside-api.json
5 changes: 4 additions & 1 deletion openapi/v2/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40095,6 +40095,9 @@ components:
type: object
UserReactionCountRuleParameters:
properties:
count:
type: string
x-stream-index: "003"
threshold:
format: int32
type: integer
Expand Down Expand Up @@ -41808,7 +41811,7 @@ components:
type: apiKey
info:
title: Stream API
version: v238.6.3
version: v238.7.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ba72f3a474cd00386ab717543e85a2a1fdbde1dc0ab1f99add42bae66d421ab7 ./v2/clientside-api.yaml
37b6edda22fe82ef4fc7968b28c820afa674a601a87ece955a13ede0979ade65 ./v2/clientside-api.yaml
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.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8cbca9468292ab59a11d0bb8bec6f79e58dee6a8236f4a767ce550ad742718c5 ./v2/feeds-clientside-api.json
5ec70dcac1d70e9220d26b6ab871663da344aff0d0e232e648aa6c0110c17674 ./v2/feeds-clientside-api.json
Loading
Loading