Skip to content

Commit 8050425

Browse files
committed
Update video openapi Spec
1 parent 4c3be5b commit 8050425

32 files changed

+3822
-5826
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4207,7 +4207,7 @@ components:
42074207
type: array
42084208
x-stream-index: "001.002"
42094209
type:
4210-
default: notification.thread_message_new
4210+
default: message.new
42114211
type: string
42124212
x-stream-index: "004.001"
42134213
user:
@@ -4299,7 +4299,7 @@ components:
42994299
mentioned_users:
43004300
items:
43014301
type: string
4302-
maximum: 25
4302+
maximum: 100
43034303
type: array
43044304
x-stream-index: "008"
43054305
mml:
@@ -10506,7 +10506,7 @@ components:
1050610506
type: apiKey
1050710507
info:
1050810508
title: Stream API
10509-
version: v170.0.0
10509+
version: v173.0.0
1051010510
openapi: 3.0.3
1051110511
paths:
1051210512
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ components:
457457
type: string
458458
x-stream-index: "002.001"
459459
type:
460-
default: export.moderation_logs.error
460+
default: export.channels.error
461461
type: string
462462
x-stream-index: "003.002"
463463
required:
@@ -7036,7 +7036,7 @@ components:
70367036
type: array
70377037
x-stream-index: "001.002"
70387038
type:
7039-
default: message.new
7039+
default: notification.thread_message_new
70407040
type: string
70417041
x-stream-index: "004.001"
70427042
user:
@@ -7131,7 +7131,7 @@ components:
71317131
mentioned_users:
71327132
items:
71337133
type: string
7134-
maximum: 25
7134+
maximum: 100
71357135
type: array
71367136
x-stream-index: "008"
71377137
mml:
@@ -10771,6 +10771,12 @@ components:
1077110771
title: S3ApiKey
1077210772
type: string
1077310773
x-stream-index: "002"
10774+
s3_custom_endpoint_url:
10775+
description: The custom endpoint for S3. If you want to use a custom endpoint,
10776+
you must also provide the `s3_api_key` and `s3_secret` parameters.
10777+
title: S3CustomEndpointURL
10778+
type: string
10779+
x-stream-index: "004"
1077410780
s3_region:
1077510781
description: The AWS region where the bucket is hosted
1077610782
title: S3Region
@@ -11846,6 +11852,10 @@ components:
1184611852
- ms
1184711853
- "no"
1184811854
- uk
11855+
- bg
11856+
- et
11857+
- sl
11858+
- sk
1184911859
title: Language
1185011860
type: string
1185111861
x-stream-index: "004"
@@ -14616,7 +14626,7 @@ components:
1461614626
type: apiKey
1461714627
info:
1461814628
title: Stream API
14619-
version: v170.0.0
14629+
version: v173.0.0
1462014630
openapi: 3.0.3
1462114631
paths:
1462214632
/app:

openapi/clientside-api.json

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

0 commit comments

Comments
 (0)