Skip to content

Commit f01445e

Browse files
committed
Update video openapi Spec
1 parent b4e47f4 commit f01445e

36 files changed

+86
-80
lines changed

openapi/chat-openapi-clientside.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/chat-openapi-clientside.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4711,7 +4711,7 @@ components:
47114711
type: array
47124712
x-stream-index: "001.002"
47134713
type:
4714-
default: message.new
4714+
default: notification.thread_message_new
47154715
type: string
47164716
x-stream-index: "004.001"
47174717
user:
@@ -12132,7 +12132,7 @@ components:
1213212132
type: apiKey
1213312133
info:
1213412134
title: Stream API
12135-
version: v213.3.0
12135+
version: v213.8.1
1213612136
openapi: 3.0.3
1213712137
paths:
1213812138
/app:

openapi/chat-openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/chat-openapi.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ components:
606606
type: string
607607
x-stream-index: "002.001"
608608
type:
609-
default: export.channels.error
609+
default: export.bulk_image_moderation.error
610610
type: string
611611
x-stream-index: "003.002"
612612
required:
@@ -1677,7 +1677,7 @@ components:
16771677
- custom
16781678
- auto_translation_language
16791679
type: object
1680-
ChannelBatchUpdatedCompletedEvent:
1680+
ChannelBatchCompletedEvent:
16811681
nullable: true
16821682
properties:
16831683
batch_created_at:
@@ -1733,13 +1733,13 @@ components:
17331733
- success_channels_count
17341734
- batch_created_at
17351735
- finished_at
1736-
title: ChannelBatchUpdatedCompletedEvent
1736+
title: ChannelBatchCompletedEvent
17371737
type: object
17381738
x-stream-event-client-type: true
17391739
x-stream-event-doc-group: other
17401740
x-stream-is-event: true
17411741
x-stream-ws-base-event-name: VideoEvent
1742-
ChannelBatchUpdatedStartedEvent:
1742+
ChannelBatchStartedEvent:
17431743
nullable: true
17441744
properties:
17451745
batch_created_at:
@@ -1795,7 +1795,7 @@ components:
17951795
- success_channels_count
17961796
- batch_created_at
17971797
- finished_at
1798-
title: ChannelBatchUpdatedStartedEvent
1798+
title: ChannelBatchStartedEvent
17991799
type: object
18001800
x-stream-event-client-type: true
18011801
x-stream-event-doc-group: other
@@ -16794,8 +16794,8 @@ components:
1679416794
channel.unmuted: '#/components/schemas/ChannelUnmutedEvent'
1679516795
channel.updated: '#/components/schemas/ChannelUpdatedEvent'
1679616796
channel.visible: '#/components/schemas/ChannelVisibleEvent'
16797-
channel_batch_update.completed: '#/components/schemas/ChannelBatchUpdatedCompletedEvent'
16798-
channel_batch_update.started: '#/components/schemas/ChannelBatchUpdatedStartedEvent'
16797+
channel_batch_update.completed: '#/components/schemas/ChannelBatchCompletedEvent'
16798+
channel_batch_update.started: '#/components/schemas/ChannelBatchStartedEvent'
1679916799
export.bulk_image_moderation.error: '#/components/schemas/AsyncExportErrorEvent'
1680016800
export.bulk_image_moderation.success: '#/components/schemas/AsyncBulkImageModerationEvent'
1680116801
export.channels.error: '#/components/schemas/AsyncExportErrorEvent'
@@ -16851,8 +16851,8 @@ components:
1685116851
- $ref: '#/components/schemas/AsyncExportUsersEvent'
1685216852
- $ref: '#/components/schemas/CampaignCompletedEvent'
1685316853
- $ref: '#/components/schemas/CampaignStartedEvent'
16854-
- $ref: '#/components/schemas/ChannelBatchUpdatedCompletedEvent'
16855-
- $ref: '#/components/schemas/ChannelBatchUpdatedStartedEvent'
16854+
- $ref: '#/components/schemas/ChannelBatchCompletedEvent'
16855+
- $ref: '#/components/schemas/ChannelBatchStartedEvent'
1685616856
- $ref: '#/components/schemas/ChannelCreatedEvent'
1685716857
- $ref: '#/components/schemas/ChannelDeletedEvent'
1685816858
- $ref: '#/components/schemas/ChannelFrozenEvent'
@@ -17011,7 +17011,7 @@ components:
1701117011
type: apiKey
1701217012
info:
1701317013
title: Stream API
17014-
version: v213.3.0
17014+
version: v213.8.1
1701517015
openapi: 3.0.3
1701617016
paths:
1701717017
/app:

openapi/clientside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/clientside-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28669,7 +28669,7 @@ components:
2866928669
type: apiKey
2867028670
info:
2867128671
title: Stream API
28672-
version: v213.3.0
28672+
version: v213.8.1
2867328673
openapi: 3.0.3
2867428674
paths:
2867528675
/api/v2/app:

openapi/moderation-clientside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/moderation-clientside-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7426,7 +7426,7 @@ components:
74267426
type: apiKey
74277427
info:
74287428
title: Stream API
7429-
version: v213.3.0
7429+
version: v213.8.1
74307430
openapi: 3.0.3
74317431
paths:
74327432
/api/v2/moderation/ban:

openapi/moderation-serverside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/moderation-serverside-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ components:
639639
type: string
640640
x-stream-index: "002.001"
641641
type:
642-
default: export.moderation_logs.error
642+
default: export.bulk_image_moderation.error
643643
type: string
644644
x-stream-index: "003.002"
645645
required:
@@ -8681,7 +8681,7 @@ components:
86818681
type: apiKey
86828682
info:
86838683
title: Stream API
8684-
version: v213.3.0
8684+
version: v213.8.1
86858685
openapi: 3.0.3
86868686
paths:
86878687
/api/v2/moderation/ban:

0 commit comments

Comments
 (0)