Skip to content

Commit c55bea1

Browse files
committed
Update video openapi Spec
1 parent 499da34 commit c55bea1

36 files changed

+175
-99
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: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,14 +1547,17 @@ components:
15471547
archived_at:
15481548
format: date-time
15491549
type: string
1550-
x-stream-index: "006"
1550+
x-stream-index: "007"
15511551
ban_expires:
15521552
format: date-time
15531553
type: string
1554-
x-stream-index: "007"
1554+
x-stream-index: "008"
15551555
banned:
15561556
type: boolean
15571557
x-stream-index: "004"
1558+
blocked:
1559+
type: boolean
1560+
x-stream-index: "005"
15581561
hidden:
15591562
type: boolean
15601563
x-stream-index: "001"
@@ -1564,12 +1567,13 @@ components:
15641567
pinned_at:
15651568
format: date-time
15661569
type: string
1567-
x-stream-index: "005"
1570+
x-stream-index: "006"
15681571
required:
15691572
- hidden
15701573
- pinned
15711574
- archived
15721575
- banned
1576+
- blocked
15731577
type: object
15741578
ChannelMemberResponse:
15751579
properties:
@@ -4629,7 +4633,7 @@ components:
46294633
type: array
46304634
x-stream-index: "001.002"
46314635
type:
4632-
default: message.new
4636+
default: notification.thread_message_new
46334637
type: string
46344638
x-stream-index: "004.001"
46354639
user:
@@ -11983,7 +11987,7 @@ components:
1198311987
type: apiKey
1198411988
info:
1198511989
title: Stream API
11986-
version: v198.1.0
11990+
version: v198.3.0
1198711991
openapi: 3.0.3
1198811992
paths:
1198911993
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 9 additions & 5 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:
@@ -2331,14 +2331,17 @@ components:
23312331
archived_at:
23322332
format: date-time
23332333
type: string
2334-
x-stream-index: "006"
2334+
x-stream-index: "007"
23352335
ban_expires:
23362336
format: date-time
23372337
type: string
2338-
x-stream-index: "007"
2338+
x-stream-index: "008"
23392339
banned:
23402340
type: boolean
23412341
x-stream-index: "004"
2342+
blocked:
2343+
type: boolean
2344+
x-stream-index: "005"
23422345
hidden:
23432346
type: boolean
23442347
x-stream-index: "001"
@@ -2348,12 +2351,13 @@ components:
23482351
pinned_at:
23492352
format: date-time
23502353
type: string
2351-
x-stream-index: "005"
2354+
x-stream-index: "006"
23522355
required:
23532356
- hidden
23542357
- pinned
23552358
- archived
23562359
- banned
2360+
- blocked
23572361
type: object
23582362
ChannelMemberResponse:
23592363
properties:
@@ -16571,7 +16575,7 @@ components:
1657116575
type: apiKey
1657216576
info:
1657316577
title: Stream API
16574-
version: v198.1.0
16578+
version: v198.3.0
1657516579
openapi: 3.0.3
1657616580
paths:
1657716581
/app:

openapi/clientside-api.json

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

openapi/clientside-api.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6628,14 +6628,17 @@ components:
66286628
archived_at:
66296629
format: date-time
66306630
type: number
6631-
x-stream-index: "006"
6631+
x-stream-index: "007"
66326632
ban_expires:
66336633
format: date-time
66346634
type: number
6635-
x-stream-index: "007"
6635+
x-stream-index: "008"
66366636
banned:
66376637
type: boolean
66386638
x-stream-index: "004"
6639+
blocked:
6640+
type: boolean
6641+
x-stream-index: "005"
66396642
hidden:
66406643
type: boolean
66416644
x-stream-index: "001"
@@ -6645,12 +6648,13 @@ components:
66456648
pinned_at:
66466649
format: date-time
66476650
type: number
6648-
x-stream-index: "005"
6651+
x-stream-index: "006"
66496652
required:
66506653
- hidden
66516654
- pinned
66526655
- archived
66536656
- banned
6657+
- blocked
66546658
type: object
66556659
ChannelMemberResponse:
66566660
properties:
@@ -13769,7 +13773,7 @@ components:
1376913773
type: array
1377013774
x-stream-index: "001.002"
1377113775
type:
13772-
default: notification.thread_message_new
13776+
default: message.new
1377313777
type: string
1377413778
x-stream-index: "004.001"
1377513779
user:
@@ -26605,7 +26609,7 @@ components:
2660526609
type: apiKey
2660626610
info:
2660726611
title: Stream API
26608-
version: v198.1.0
26612+
version: v198.3.0
2660926613
openapi: 3.0.3
2661026614
paths:
2661126615
/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: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,6 +1508,9 @@ components:
15081508
banned:
15091509
type: boolean
15101510
x-stream-index: "016"
1511+
blocked:
1512+
type: boolean
1513+
x-stream-index: "029"
15111514
channel:
15121515
$ref: '#/components/schemas/DenormalizedChannelFields'
15131516
x-stream-index: "027"
@@ -1530,7 +1533,7 @@ components:
15301533
items:
15311534
type: string
15321535
type: array
1533-
x-stream-index: "029"
1536+
x-stream-index: "030"
15341537
hidden:
15351538
type: boolean
15361539
x-stream-index: "028"
@@ -1593,14 +1596,17 @@ components:
15931596
archived_at:
15941597
format: date-time
15951598
type: number
1596-
x-stream-index: "006"
1599+
x-stream-index: "007"
15971600
ban_expires:
15981601
format: date-time
15991602
type: number
1600-
x-stream-index: "007"
1603+
x-stream-index: "008"
16011604
banned:
16021605
type: boolean
16031606
x-stream-index: "004"
1607+
blocked:
1608+
type: boolean
1609+
x-stream-index: "005"
16041610
hidden:
16051611
type: boolean
16061612
x-stream-index: "001"
@@ -1610,12 +1616,13 @@ components:
16101616
pinned_at:
16111617
format: date-time
16121618
type: number
1613-
x-stream-index: "005"
1619+
x-stream-index: "006"
16141620
required:
16151621
- hidden
16161622
- pinned
16171623
- archived
16181624
- banned
1625+
- blocked
16191626
type: object
16201627
ChannelMemberResponse:
16211628
properties:
@@ -6155,7 +6162,7 @@ components:
61556162
type: apiKey
61566163
info:
61576164
title: Stream API
6158-
version: v198.1.0
6165+
version: v198.3.0
61596166
openapi: 3.0.3
61606167
paths:
61616168
/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: 13 additions & 6 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.bulk_image_moderation.error
341+
default: export.moderation_logs.error
342342
type: string
343343
x-stream-index: "003.002"
344344
required:
@@ -1647,6 +1647,9 @@ components:
16471647
banned:
16481648
type: boolean
16491649
x-stream-index: "016"
1650+
blocked:
1651+
type: boolean
1652+
x-stream-index: "029"
16501653
channel:
16511654
$ref: '#/components/schemas/DenormalizedChannelFields'
16521655
x-stream-index: "027"
@@ -1669,7 +1672,7 @@ components:
16691672
items:
16701673
type: string
16711674
type: array
1672-
x-stream-index: "029"
1675+
x-stream-index: "030"
16731676
hidden:
16741677
type: boolean
16751678
x-stream-index: "028"
@@ -1732,14 +1735,17 @@ components:
17321735
archived_at:
17331736
format: date-time
17341737
type: number
1735-
x-stream-index: "006"
1738+
x-stream-index: "007"
17361739
ban_expires:
17371740
format: date-time
17381741
type: number
1739-
x-stream-index: "007"
1742+
x-stream-index: "008"
17401743
banned:
17411744
type: boolean
17421745
x-stream-index: "004"
1746+
blocked:
1747+
type: boolean
1748+
x-stream-index: "005"
17431749
hidden:
17441750
type: boolean
17451751
x-stream-index: "001"
@@ -1749,12 +1755,13 @@ components:
17491755
pinned_at:
17501756
format: date-time
17511757
type: number
1752-
x-stream-index: "005"
1758+
x-stream-index: "006"
17531759
required:
17541760
- hidden
17551761
- pinned
17561762
- archived
17571763
- banned
1764+
- blocked
17581765
type: object
17591766
ChannelMemberResponse:
17601767
properties:
@@ -7407,7 +7414,7 @@ components:
74077414
type: apiKey
74087415
info:
74097416
title: Stream API
7410-
version: v198.1.0
7417+
version: v198.3.0
74117418
openapi: 3.0.3
74127419
paths:
74137420
/api/v2/moderation/ban:

0 commit comments

Comments
 (0)