Skip to content

Commit 8e2727a

Browse files
committed
Update video openapi Spec
1 parent dae61c1 commit 8e2727a

36 files changed

+94
-76
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
@@ -12007,7 +12007,7 @@ components:
1200712007
type: apiKey
1200812008
info:
1200912009
title: Stream API
12010-
version: v198.7.0
12010+
version: v198.8.0
1201112011
openapi: 3.0.3
1201212012
paths:
1201312013
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ components:
605605
type: string
606606
x-stream-index: "002.001"
607607
type:
608-
default: export.bulk_image_moderation.error
608+
default: export.moderation_logs.error
609609
type: string
610610
x-stream-index: "003.002"
611611
required:
@@ -7778,7 +7778,7 @@ components:
77787778
type: array
77797779
x-stream-index: "001.002"
77807780
type:
7781-
default: message.new
7781+
default: notification.thread_message_new
77827782
type: string
77837783
x-stream-index: "004.001"
77847784
user:
@@ -16601,7 +16601,7 @@ components:
1660116601
type: apiKey
1660216602
info:
1660316603
title: Stream API
16604-
version: v198.7.0
16604+
version: v198.8.0
1660516605
openapi: 3.0.3
1660616606
paths:
1660716607
/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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -573,28 +573,31 @@ components:
573573
description: Whether to hide this activity
574574
title: bool
575575
type: boolean
576-
x-stream-index: "003"
576+
x-stream-index: "004"
577577
mute_user:
578578
description: Whether to mute the user who created this activity
579579
title: bool
580580
type: boolean
581-
x-stream-index: "005"
581+
x-stream-index: "006"
582582
reason:
583583
description: Reason for the feedback (optional)
584584
maxLength: 1000
585585
title: string
586586
type: string
587-
x-stream-index: "006"
587+
x-stream-index: "007"
588588
report:
589589
description: Whether to report this activity
590590
title: bool
591591
type: boolean
592-
x-stream-index: "004"
592+
x-stream-index: "005"
593593
show_less:
594594
description: Whether to show less content like this
595595
title: bool
596596
type: boolean
597597
x-stream-index: "002"
598+
show_more:
599+
type: boolean
600+
x-stream-index: "003"
598601
title: Activity Feedback Request
599602
type: object
600603
ActivityFeedbackResponse:
@@ -26630,7 +26633,7 @@ components:
2663026633
type: apiKey
2663126634
info:
2663226635
title: Stream API
26633-
version: v198.7.0
26636+
version: v198.8.0
2663426637
openapi: 3.0.3
2663526638
paths:
2663626639
/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
@@ -6163,7 +6163,7 @@ components:
61636163
type: apiKey
61646164
info:
61656165
title: Stream API
6166-
version: v198.7.0
6166+
version: v198.8.0
61676167
openapi: 3.0.3
61686168
paths:
61696169
/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.moderation_logs.error
341+
default: export.bulk_image_moderation.error
342342
type: string
343343
x-stream-index: "003.002"
344344
required:
@@ -7415,7 +7415,7 @@ components:
74157415
type: apiKey
74167416
info:
74177417
title: Stream API
7418-
version: v198.7.0
7418+
version: v198.8.0
74197419
openapi: 3.0.3
74207420
paths:
74217421
/api/v2/moderation/ban:

0 commit comments

Comments
 (0)