Skip to content

Commit 30586ea

Browse files
committed
Update video openapi Spec
1 parent 30b6374 commit 30586ea

36 files changed

+311
-401
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12092,7 +12092,7 @@ components:
1209212092
type: apiKey
1209312093
info:
1209412094
title: Stream API
12095-
version: v198.27.0
12095+
version: v198.29.0
1209612096
openapi: 3.0.3
1209712097
paths:
1209812098
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 22 additions & 28 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.moderation_logs.error
610610
type: string
611611
x-stream-index: "003.002"
612612
required:
@@ -1230,47 +1230,41 @@ components:
12301230
CallType:
12311231
nullable: true
12321232
properties:
1233-
AppPK:
1233+
app:
12341234
format: int32
12351235
type: integer
1236-
writeOnly: true
12371236
x-stream-index: "003"
1238-
CreatedAt:
1237+
created_at:
12391238
format: date-time
12401239
type: string
1241-
writeOnly: true
12421240
x-stream-index: "005"
1243-
ExternalStorage:
1244-
type: string
1245-
writeOnly: true
1246-
x-stream-index: "009"
1247-
Name:
1241+
id:
1242+
format: int32
1243+
type: integer
1244+
x-stream-index: "002"
1245+
name:
12481246
type: string
1249-
writeOnly: true
12501247
x-stream-index: "004"
1251-
NotificationSettings:
1248+
notification_settings:
12521249
$ref: '#/components/schemas/NotificationSettings'
12531250
x-stream-index: "008"
1254-
PK:
1255-
format: int32
1256-
type: integer
1257-
writeOnly: true
1258-
x-stream-index: "002"
1259-
Settings:
1251+
recording_external_storage:
1252+
type: string
1253+
x-stream-index: "009"
1254+
settings:
12601255
$ref: '#/components/schemas/CallSettings'
12611256
x-stream-index: "007"
1262-
UpdatedAt:
1257+
updated_at:
12631258
format: date-time
12641259
type: string
1265-
writeOnly: true
12661260
x-stream-index: "006"
12671261
required:
1268-
- PK
1269-
- AppPK
1270-
- Name
1271-
- CreatedAt
1272-
- UpdatedAt
1273-
- ExternalStorage
1262+
- id
1263+
- app
1264+
- name
1265+
- created_at
1266+
- updated_at
1267+
- recording_external_storage
12741268
type: object
12751269
CampaignChannelTemplate:
12761270
properties:
@@ -7803,7 +7797,7 @@ components:
78037797
type: array
78047798
x-stream-index: "001.002"
78057799
type:
7806-
default: message.new
7800+
default: notification.thread_message_new
78077801
type: string
78087802
x-stream-index: "004.001"
78097803
user:
@@ -16728,7 +16722,7 @@ components:
1672816722
type: apiKey
1672916723
info:
1673016724
title: Stream API
16731-
version: v198.27.0
16725+
version: v198.29.0
1673216726
openapi: 3.0.3
1673316727
paths:
1673416728
/app:

openapi/clientside-api.json

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

openapi/clientside-api.yaml

Lines changed: 27 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -9737,84 +9737,75 @@ components:
97379737
x-stream-ws-base-event-name: VideoEvent
97389738
FeedGroup:
97399739
properties:
9740-
ActivityProcessors:
9740+
activity_processors:
97419741
items:
97429742
$ref: '#/components/schemas/ActivityProcessorConfig'
97439743
type: array
9744-
writeOnly: true
97459744
x-stream-index: "012"
9746-
ActivitySelectors:
9745+
activity_selectors:
97479746
items:
97489747
$ref: '#/components/schemas/ActivitySelectorConfig'
97499748
type: array
9750-
writeOnly: true
97519749
x-stream-index: "013"
9752-
Aggregation:
9750+
aggregation:
97539751
$ref: '#/components/schemas/AggregationConfig'
97549752
x-stream-index: "015"
9755-
AggregationVersion:
9753+
aggregation_version:
97569754
format: int32
97579755
type: integer
9758-
writeOnly: true
97599756
x-stream-index: "016"
9760-
AppPK:
9757+
app_pk:
97619758
format: int32
97629759
type: integer
9763-
writeOnly: true
97649760
x-stream-index: "002"
9765-
Custom:
9761+
created_at:
9762+
format: date-time
9763+
type: number
9764+
x-stream-index: "008"
9765+
custom:
97669766
additionalProperties: {}
97679767
type: object
9768-
writeOnly: true
97699768
x-stream-index: "007"
9770-
DefaultVisibility:
9769+
default_visibility:
97719770
type: string
9772-
writeOnly: true
97739771
x-stream-index: "006"
9774-
DeletedAt:
9772+
deleted_at:
97759773
format: date-time
97769774
type: number
9777-
writeOnly: true
97789775
x-stream-index: "010"
9779-
ID:
9776+
group_id:
97809777
type: string
9781-
writeOnly: true
97829778
x-stream-index: "003"
9783-
LastFeedGetAt:
9779+
last_feed_get_at:
97849780
format: date-time
97859781
type: number
9786-
writeOnly: true
97879782
x-stream-index: "017"
9788-
Notification:
9783+
notification:
97899784
$ref: '#/components/schemas/NotificationConfig'
97909785
x-stream-index: "004"
9791-
PushNotification:
9786+
push_notification:
97929787
$ref: '#/components/schemas/PushNotificationConfig'
97939788
x-stream-index: "005"
9794-
Ranking:
9789+
ranking:
97959790
$ref: '#/components/schemas/RankingConfig'
97969791
x-stream-index: "014"
9797-
Stories:
9792+
stories:
97989793
$ref: '#/components/schemas/StoriesConfig'
97999794
x-stream-index: "011"
9800-
created_at:
9801-
format: date-time
9802-
type: number
9803-
x-stream-index: "008"
98049795
updated_at:
98059796
format: date-time
98069797
type: number
98079798
x-stream-index: "009"
98089799
required:
9809-
- AppPK
9810-
- ID
9811-
- DefaultVisibility
9812-
- Custom
9800+
- app_pk
9801+
- group_id
9802+
- default_visibility
9803+
- custom
98139804
- created_at
98149805
- updated_at
9815-
- ActivityProcessors
9816-
- ActivitySelectors
9817-
- AggregationVersion
9806+
- activity_processors
9807+
- activity_selectors
9808+
- aggregation_version
98189809
type: object
98199810
FeedGroupChangedEvent:
98209811
description: Emitted when a feed group is changed.
@@ -13817,7 +13808,7 @@ components:
1381713808
type: array
1381813809
x-stream-index: "001.002"
1381913810
type:
13820-
default: message.new
13811+
default: notification.thread_message_new
1382113812
type: string
1382213813
x-stream-index: "004.001"
1382313814
user:
@@ -26848,7 +26839,7 @@ components:
2684826839
type: apiKey
2684926840
info:
2685026841
title: Stream API
26851-
version: v198.27.0
26842+
version: v198.29.0
2685226843
openapi: 3.0.3
2685326844
paths:
2685426845
/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
@@ -6196,7 +6196,7 @@ components:
61966196
type: apiKey
61976197
info:
61986198
title: Stream API
6199-
version: v198.27.0
6199+
version: v198.29.0
62006200
openapi: 3.0.3
62016201
paths:
62026202
/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
@@ -338,7 +338,7 @@ components:
338338
type: string
339339
x-stream-index: "002.001"
340340
type:
341-
default: export.bulk_image_moderation.error
341+
default: export.moderation_logs.error
342342
type: string
343343
x-stream-index: "003.002"
344344
required:
@@ -7448,7 +7448,7 @@ components:
74487448
type: apiKey
74497449
info:
74507450
title: Stream API
7451-
version: v198.27.0
7451+
version: v198.29.0
74527452
openapi: 3.0.3
74537453
paths:
74547454
/api/v2/moderation/ban:

0 commit comments

Comments
 (0)