Skip to content

Commit bc1135e

Browse files
authored
Update video openapi Spec (#1492)
2 parents 8120afd + 73dda9d commit bc1135e

36 files changed

+4296
-318
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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12120,7 +12120,7 @@ components:
1212012120
type: apiKey
1212112121
info:
1212212122
title: Stream API
12123-
version: v207.1.0
12123+
version: v208.11.0
1212412124
openapi: 3.0.3
1212512125
paths:
1212612126
/app:
@@ -12465,9 +12465,6 @@ paths:
1246512465
- member.updated
1246612466
- message.new
1246712467
- channel.updated
12468-
- member.added
12469-
- member.removed
12470-
- member.updated
1247112468
- message.new
1247212469
operationId: UpdateChannel
1247312470
parameters:
@@ -13148,6 +13145,8 @@ paths:
1314813145
- member.removed
1314913146
- member.updated
1315013147
- user.watching.start
13148+
- channel.created
13149+
- user.watching.start
1315113150
operationId: GetOrCreateChannel
1315213151
parameters:
1315313152
- in: path
@@ -13481,6 +13480,8 @@ paths:
1348113480
- member.removed
1348213481
- member.updated
1348313482
- user.watching.start
13483+
- channel.created
13484+
- user.watching.start
1348413485
operationId: GetOrCreateDistinctChannel
1348513486
parameters:
1348613487
- in: path

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 & 6 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.channels.error
609+
default: export.moderation_logs.error
610610
type: string
611611
x-stream-index: "003.002"
612612
required:
@@ -8091,7 +8091,7 @@ components:
80918091
type: array
80928092
x-stream-index: "001.002"
80938093
type:
8094-
default: message.new
8094+
default: notification.thread_message_new
80958095
type: string
80968096
x-stream-index: "004.001"
80978097
user:
@@ -16999,7 +16999,7 @@ components:
1699916999
type: apiKey
1700017000
info:
1700117001
title: Stream API
17002-
version: v207.1.0
17002+
version: v208.11.0
1700317003
openapi: 3.0.3
1700417004
paths:
1700517005
/app:
@@ -17586,9 +17586,6 @@ paths:
1758617586
- member.updated
1758717587
- message.new
1758817588
- channel.updated
17589-
- member.added
17590-
- member.removed
17591-
- member.updated
1759217589
- message.new
1759317590
operationId: UpdateChannel
1759417591
parameters:
@@ -18233,6 +18230,8 @@ paths:
1823318230
- member.removed
1823418231
- member.updated
1823518232
- user.watching.start
18233+
- channel.created
18234+
- user.watching.start
1823618235
operationId: GetOrCreateChannel
1823718236
parameters:
1823818237
- in: path
@@ -18501,6 +18500,8 @@ paths:
1850118500
- member.removed
1850218501
- member.updated
1850318502
- user.watching.start
18503+
- channel.created
18504+
- user.watching.start
1850418505
operationId: GetOrCreateDistinctChannel
1850518506
parameters:
1850618507
- in: path

openapi/clientside-api.json

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

0 commit comments

Comments
 (0)