Skip to content

Commit 84cd165

Browse files
committed
Update video openapi Spec
1 parent 86a754b commit 84cd165

36 files changed

+1563
-238
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: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,6 +1297,7 @@ components:
12971297
filter_tags:
12981298
items:
12991299
type: string
1300+
maximum: 10
13001301
type: array
13011302
x-stream-index: "026"
13021303
frozen:
@@ -2294,7 +2295,6 @@ components:
22942295
description: List of words to block
22952296
items:
22962297
type: string
2297-
minimum: 1
22982298
title: Words
22992299
type: array
23002300
x-stream-index: "004"
@@ -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:
@@ -7828,7 +7828,6 @@ components:
78287828
members:
78297829
items:
78307830
$ref: '#/components/schemas/ChannelMemberRequest'
7831-
maximum: 100
78327831
type: array
78337832
x-stream-index: "003"
78347833
offset:
@@ -8899,8 +8898,6 @@ components:
88998898
type: boolean
89008899
x-stream-index: "010"
89018900
force_sql_v2_backend:
8902-
description: Force usage of SQL v2 search backend
8903-
title: Force SQL v2 Backend
89048901
type: boolean
89058902
x-stream-index: "011"
89068903
limit:
@@ -10266,7 +10263,6 @@ components:
1026610263
description: List of words to block
1026710264
items:
1026810265
type: string
10269-
minimum: 1
1027010266
title: Words
1027110267
type: array
1027210268
x-stream-index: "003"
@@ -10339,6 +10335,7 @@ components:
1033910335
description: List of filter tags to add to the channel
1034010336
items:
1034110337
type: string
10338+
maximum: 10
1034210339
title: Add filter tags
1034310340
type: array
1034410341
x-stream-index: "014"
@@ -10824,7 +10821,6 @@ components:
1082410821
users:
1082510822
items:
1082610823
$ref: '#/components/schemas/UpdateUserPartialRequest'
10827-
maximum: 100
1082810824
type: array
1082910825
x-stream-index: "001"
1083010826
required:
@@ -12142,7 +12138,7 @@ components:
1214212138
type: apiKey
1214312139
info:
1214412140
title: Stream API
12145-
version: v214.2.0
12141+
version: v214.8.0
1214612142
openapi: 3.0.3
1214712143
paths:
1214812144
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 7 additions & 9 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.bulk_image_moderation.error
609+
default: export.users.error
610610
type: string
611611
x-stream-index: "003.002"
612612
required:
@@ -2271,6 +2271,7 @@ components:
22712271
filter_tags:
22722272
items:
22732273
type: string
2274+
maximum: 10
22742275
type: array
22752276
x-stream-index: "026"
22762277
frozen:
@@ -3673,7 +3674,6 @@ components:
36733674
description: List of words to block
36743675
items:
36753676
type: string
3676-
minimum: 1
36773677
title: Words
36783678
type: array
36793679
x-stream-index: "004"
@@ -8318,7 +8318,7 @@ components:
83188318
type: array
83198319
x-stream-index: "001.002"
83208320
type:
8321-
default: message.new
8321+
default: notification.thread_message_new
83228322
type: string
83238323
x-stream-index: "004.001"
83248324
user:
@@ -11298,7 +11298,6 @@ components:
1129811298
members:
1129911299
items:
1130011300
$ref: '#/components/schemas/ChannelMemberRequest'
11301-
maximum: 100
1130211301
type: array
1130311302
x-stream-index: "003"
1130411303
offset:
@@ -12841,8 +12840,6 @@ components:
1284112840
type: boolean
1284212841
x-stream-index: "010"
1284312842
force_sql_v2_backend:
12844-
description: Force usage of SQL v2 search backend
12845-
title: Force SQL v2 Backend
1284612843
type: boolean
1284712844
x-stream-index: "011"
1284812845
limit:
@@ -14371,6 +14368,7 @@ components:
1437114368
items:
1437214369
type: string
1437314370
maximum: 100
14371+
minimum: 1
1437414372
type: array
1437514373
x-stream-index: "001"
1437614374
required:
@@ -14656,6 +14654,7 @@ components:
1465614654
user_search_disallowed_roles:
1465714655
items:
1465814656
type: string
14657+
maximum: 10
1465914658
type: array
1466014659
x-stream-index: "001.012"
1466114660
webhook_events:
@@ -14686,7 +14685,6 @@ components:
1468614685
description: List of words to block
1468714686
items:
1468814687
type: string
14689-
minimum: 1
1469014688
title: Words
1469114689
type: array
1469214690
x-stream-index: "003"
@@ -14765,6 +14763,7 @@ components:
1476514763
description: List of filter tags to add to the channel
1476614764
items:
1476714765
type: string
14766+
maximum: 10
1476814767
title: Add filter tags
1476914768
type: array
1477014769
x-stream-index: "014"
@@ -15725,7 +15724,6 @@ components:
1572515724
users:
1572615725
items:
1572715726
$ref: '#/components/schemas/UpdateUserPartialRequest'
15728-
maximum: 100
1572915727
type: array
1573015728
x-stream-index: "001"
1573115729
required:
@@ -17260,7 +17258,7 @@ components:
1726017258
type: apiKey
1726117259
info:
1726217260
title: Stream API
17263-
version: v214.2.0
17261+
version: v214.8.0
1726417262
openapi: 3.0.3
1726517263
paths:
1726617264
/app:

openapi/clientside-api.json

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

0 commit comments

Comments
 (0)