Skip to content

Commit 667169d

Browse files
committed
Update video openapi Spec
1 parent 7bcd03f commit 667169d

36 files changed

+834
-198
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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,6 +1382,11 @@ components:
13821382
disabled:
13831383
type: boolean
13841384
x-stream-index: "014"
1385+
filter_tags:
1386+
items:
1387+
type: string
1388+
type: array
1389+
x-stream-index: "026"
13851390
frozen:
13861391
description: Freeze or unfreeze the channel
13871392
title: Frozen
@@ -12167,7 +12172,7 @@ components:
1216712172
type: apiKey
1216812173
info:
1216912174
title: Stream API
12170-
version: v200.1.0
12175+
version: v201.1.1
1217112176
openapi: 3.0.3
1217212177
paths:
1217312178
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 32 additions & 5 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:
@@ -1266,12 +1266,28 @@ components:
12661266
- updated_at
12671267
- recording_external_storage
12681268
type: object
1269+
CampaignChannelMember:
1270+
nullable: true
1271+
properties:
1272+
channel_role:
1273+
type: string
1274+
x-stream-index: "002"
1275+
custom:
1276+
additionalProperties: {}
1277+
type: object
1278+
x-stream-index: "003"
1279+
user_id:
1280+
type: string
1281+
x-stream-index: "001"
1282+
required:
1283+
- user_id
1284+
type: object
12691285
CampaignChannelTemplate:
12701286
properties:
12711287
custom:
12721288
additionalProperties: {}
12731289
type: object
1274-
x-stream-index: "005"
1290+
x-stream-index: "006"
12751291
id:
12761292
type: string
12771293
x-stream-index: "002"
@@ -1281,10 +1297,16 @@ components:
12811297
maximum: 1000
12821298
type: array
12831299
x-stream-index: "003"
1300+
members_template:
1301+
items:
1302+
$ref: '#/components/schemas/CampaignChannelMember'
1303+
maximum: 1000
1304+
type: array
1305+
x-stream-index: "004"
12841306
team:
12851307
maxLength: 1000
12861308
type: string
1287-
x-stream-index: "004"
1309+
x-stream-index: "005"
12881310
type:
12891311
maxLength: 64
12901312
type: string
@@ -2200,6 +2222,11 @@ components:
22002222
disabled:
22012223
type: boolean
22022224
x-stream-index: "014"
2225+
filter_tags:
2226+
items:
2227+
type: string
2228+
type: array
2229+
x-stream-index: "026"
22032230
frozen:
22042231
description: Freeze or unfreeze the channel
22052232
title: Frozen
@@ -7850,7 +7877,7 @@ components:
78507877
type: array
78517878
x-stream-index: "001.002"
78527879
type:
7853-
default: notification.thread_message_new
7880+
default: message.new
78547881
type: string
78557882
x-stream-index: "004.001"
78567883
user:
@@ -16802,7 +16829,7 @@ components:
1680216829
type: apiKey
1680316830
info:
1680416831
title: Stream API
16805-
version: v200.1.0
16832+
version: v201.1.1
1680616833
openapi: 3.0.3
1680716834
paths:
1680816835
/app:

openapi/clientside-api.json

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

0 commit comments

Comments
 (0)