Skip to content

Commit 62bfc40

Browse files
committed
Update video openapi Spec
1 parent 66d32b0 commit 62bfc40

36 files changed

+507
-55
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
@@ -4603,7 +4603,7 @@ components:
46034603
type: array
46044604
x-stream-index: "001.002"
46054605
type:
4606-
default: notification.thread_message_new
4606+
default: message.new
46074607
type: string
46084608
x-stream-index: "004.001"
46094609
user:
@@ -11830,7 +11830,7 @@ components:
1183011830
type: apiKey
1183111831
info:
1183211832
title: Stream API
11833-
version: v191.1.0
11833+
version: v191.1.2
1183411834
openapi: 3.0.3
1183511835
paths:
1183611836
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ components:
588588
type: string
589589
x-stream-index: "002.001"
590590
type:
591-
default: export.users.error
591+
default: export.moderation_logs.error
592592
type: string
593593
x-stream-index: "003.002"
594594
required:
@@ -16438,7 +16438,7 @@ components:
1643816438
type: apiKey
1643916439
info:
1644016440
title: Stream API
16441-
version: v191.1.0
16441+
version: v191.1.2
1644216442
openapi: 3.0.3
1644316443
paths:
1644416444
/app:

openapi/clientside-api.json

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

openapi/clientside-api.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3603,6 +3603,10 @@ components:
36033603
title: The end time of the closed caption.
36043604
type: number
36053605
x-stream-index: "003"
3606+
service:
3607+
title: The service that generated the closed caption. By default stream
3608+
type: string
3609+
x-stream-index: "006"
36063610
speaker_id:
36073611
title: The speaker ID of the closed caption.
36083612
type: string
@@ -3618,7 +3622,7 @@ components:
36183622
x-stream-index: "001"
36193623
user:
36203624
$ref: '#/components/schemas/UserResponse'
3621-
title: The full user for the closed caption.
3625+
title: The user who spoke the closed caption.
36223626
x-stream-index: "005"
36233627
required:
36243628
- text
@@ -14633,7 +14637,7 @@ components:
1463314637
type: array
1463414638
x-stream-index: "001.002"
1463514639
type:
14636-
default: message.new
14640+
default: notification.thread_message_new
1463714641
type: string
1463814642
x-stream-index: "004.001"
1463914643
user:
@@ -16667,6 +16671,7 @@ components:
1666716671
- remove-call-member
1666816672
- screenshare
1666916673
- send-audio
16674+
- send-closed-captions-call
1667016675
- send-video
1667116676
- start-broadcast-call
1667216677
- start-closed-captions-call
@@ -27371,7 +27376,7 @@ components:
2737127376
type: apiKey
2737227377
info:
2737327378
title: Stream API
27374-
version: v191.1.0
27379+
version: v191.1.2
2737527380
openapi: 3.0.3
2737627381
paths:
2737727382
/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
@@ -7593,7 +7593,7 @@ components:
75937593
type: apiKey
75947594
info:
75957595
title: Stream API
7596-
version: v191.1.0
7596+
version: v191.1.2
75977597
openapi: 3.0.3
75987598
paths:
75997599
/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
@@ -427,7 +427,7 @@ components:
427427
type: string
428428
x-stream-index: "002.001"
429429
type:
430-
default: export.moderation_logs.error
430+
default: export.bulk_image_moderation.error
431431
type: string
432432
x-stream-index: "003.002"
433433
required:
@@ -8852,7 +8852,7 @@ components:
88528852
type: apiKey
88538853
info:
88548854
title: Stream API
8855-
version: v191.1.0
8855+
version: v191.1.2
88568856
openapi: 3.0.3
88578857
paths:
88588858
/api/v2/moderation/ban:

0 commit comments

Comments
 (0)