Skip to content

Commit 909e276

Browse files
committed
Update video openapi Spec
1 parent ca235af commit 909e276

32 files changed

+222
-176
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: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8186,6 +8186,12 @@ components:
81868186
title: Message ID
81878187
type: string
81888188
x-stream-index: "001.002"
8189+
parent_id:
8190+
description: The ID of the parent message, if the reminder is for a thread
8191+
message
8192+
title: Parent ID
8193+
type: string
8194+
x-stream-index: "001.005"
81898195
received_at:
81908196
format: date-time
81918197
type: string
@@ -8194,7 +8200,7 @@ components:
81948200
$ref: '#/components/schemas/ReminderResponseData'
81958201
description: The reminder object which was created
81968202
title: MessageReminder
8197-
x-stream-index: "001.005"
8203+
x-stream-index: "001.006"
81988204
type:
81998205
default: reminder.created
82008206
description: 'The type of event: "reminder.created" in this case'
@@ -8243,6 +8249,12 @@ components:
82438249
title: Message ID
82448250
type: string
82458251
x-stream-index: "001.002"
8252+
parent_id:
8253+
description: The ID of the parent message, if the reminder is for a thread
8254+
message
8255+
title: Parent ID
8256+
type: string
8257+
x-stream-index: "001.005"
82468258
received_at:
82478259
format: date-time
82488260
type: string
@@ -8251,7 +8263,7 @@ components:
82518263
$ref: '#/components/schemas/ReminderResponseData'
82528264
description: The reminder object which was created
82538265
title: MessageReminder
8254-
x-stream-index: "001.005"
8266+
x-stream-index: "001.006"
82558267
type:
82568268
default: reminder.deleted
82578269
description: 'The type of event: "reminder.deleted" in this case'
@@ -8301,6 +8313,9 @@ components:
83018313
title: Message ID
83028314
type: string
83038315
x-stream-index: "001.002"
8316+
parent_id:
8317+
type: string
8318+
x-stream-index: "001.005"
83048319
received_at:
83058320
format: date-time
83068321
type: string
@@ -8309,7 +8324,7 @@ components:
83098324
$ref: '#/components/schemas/ReminderResponseData'
83108325
description: The reminder object which was created
83118326
title: MessageReminder
8312-
x-stream-index: "001.005"
8327+
x-stream-index: "001.006"
83138328
type:
83148329
default: notification.reminder_due
83158330
description: 'The type of event: "notification.reminder_due" in this case'
@@ -8374,7 +8389,7 @@ components:
83748389
- updated_at
83758390
type: object
83768391
ReminderUpdatedEvent:
8377-
description: Emitted when a reminder is deleted.
8392+
description: Emitted when a reminder is updated.
83788393
nullable: true
83798394
properties:
83808395
cid:
@@ -8397,6 +8412,12 @@ components:
83978412
title: Message ID
83988413
type: string
83998414
x-stream-index: "001.002"
8415+
parent_id:
8416+
description: The ID of the parent message, if the reminder is for a thread
8417+
message
8418+
title: Parent ID
8419+
type: string
8420+
x-stream-index: "001.005"
84008421
received_at:
84018422
format: date-time
84028423
type: string
@@ -8405,7 +8426,7 @@ components:
84058426
$ref: '#/components/schemas/ReminderResponseData'
84068427
description: The reminder object which was created
84078428
title: MessageReminder
8408-
x-stream-index: "001.005"
8429+
x-stream-index: "001.006"
84098430
type:
84108431
default: reminder.updated
84118432
description: 'The type of event: "reminder.updated" in this case'
@@ -11528,7 +11549,7 @@ components:
1152811549
type: apiKey
1152911550
info:
1153011551
title: Stream API
11531-
version: v186.5.0
11552+
version: v186.7.0
1153211553
openapi: 3.0.3
1153311554
paths:
1153411555
/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
@@ -531,7 +531,7 @@ components:
531531
type: string
532532
x-stream-index: "002.001"
533533
type:
534-
default: export.moderation_logs.error
534+
default: export.bulk_image_moderation.error
535535
type: string
536536
x-stream-index: "003.002"
537537
required:
@@ -7526,7 +7526,7 @@ components:
75267526
type: array
75277527
x-stream-index: "001.002"
75287528
type:
7529-
default: message.new
7529+
default: notification.thread_message_new
75307530
type: string
75317531
x-stream-index: "004.001"
75327532
user:
@@ -15777,7 +15777,7 @@ components:
1577715777
type: apiKey
1577815778
info:
1577915779
title: Stream API
15780-
version: v186.5.0
15780+
version: v186.7.0
1578115781
openapi: 3.0.3
1578215782
paths:
1578315783
/app:

openapi/clientside-api.json

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

openapi/clientside-api.yaml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14945,6 +14945,12 @@ components:
1494514945
title: Message ID
1494614946
type: string
1494714947
x-stream-index: "001.002"
14948+
parent_id:
14949+
description: The ID of the parent message, if the reminder is for a thread
14950+
message
14951+
title: Parent ID
14952+
type: string
14953+
x-stream-index: "001.005"
1494814954
received_at:
1494914955
format: date-time
1495014956
type: number
@@ -14953,7 +14959,7 @@ components:
1495314959
$ref: '#/components/schemas/ReminderResponseData'
1495414960
description: The reminder object which was created
1495514961
title: MessageReminder
14956-
x-stream-index: "001.005"
14962+
x-stream-index: "001.006"
1495714963
type:
1495814964
default: reminder.created
1495914965
description: 'The type of event: "reminder.created" in this case'
@@ -15002,6 +15008,12 @@ components:
1500215008
title: Message ID
1500315009
type: string
1500415010
x-stream-index: "001.002"
15011+
parent_id:
15012+
description: The ID of the parent message, if the reminder is for a thread
15013+
message
15014+
title: Parent ID
15015+
type: string
15016+
x-stream-index: "001.005"
1500515017
received_at:
1500615018
format: date-time
1500715019
type: number
@@ -15010,7 +15022,7 @@ components:
1501015022
$ref: '#/components/schemas/ReminderResponseData'
1501115023
description: The reminder object which was created
1501215024
title: MessageReminder
15013-
x-stream-index: "001.005"
15025+
x-stream-index: "001.006"
1501415026
type:
1501515027
default: reminder.deleted
1501615028
description: 'The type of event: "reminder.deleted" in this case'
@@ -15060,6 +15072,9 @@ components:
1506015072
title: Message ID
1506115073
type: string
1506215074
x-stream-index: "001.002"
15075+
parent_id:
15076+
type: string
15077+
x-stream-index: "001.005"
1506315078
received_at:
1506415079
format: date-time
1506515080
type: number
@@ -15068,7 +15083,7 @@ components:
1506815083
$ref: '#/components/schemas/ReminderResponseData'
1506915084
description: The reminder object which was created
1507015085
title: MessageReminder
15071-
x-stream-index: "001.005"
15086+
x-stream-index: "001.006"
1507215087
type:
1507315088
default: notification.reminder_due
1507415089
description: 'The type of event: "notification.reminder_due" in this case'
@@ -15133,7 +15148,7 @@ components:
1513315148
- updated_at
1513415149
type: object
1513515150
ReminderUpdatedEvent:
15136-
description: Emitted when a reminder is deleted.
15151+
description: Emitted when a reminder is updated.
1513715152
nullable: true
1513815153
properties:
1513915154
cid:
@@ -15156,6 +15171,12 @@ components:
1515615171
title: Message ID
1515715172
type: string
1515815173
x-stream-index: "001.002"
15174+
parent_id:
15175+
description: The ID of the parent message, if the reminder is for a thread
15176+
message
15177+
title: Parent ID
15178+
type: string
15179+
x-stream-index: "001.005"
1515915180
received_at:
1516015181
format: date-time
1516115182
type: number
@@ -15164,7 +15185,7 @@ components:
1516415185
$ref: '#/components/schemas/ReminderResponseData'
1516515186
description: The reminder object which was created
1516615187
title: MessageReminder
15167-
x-stream-index: "001.005"
15188+
x-stream-index: "001.006"
1516815189
type:
1516915190
default: reminder.updated
1517015191
description: 'The type of event: "reminder.updated" in this case'
@@ -20651,7 +20672,7 @@ components:
2065120672
type: apiKey
2065220673
info:
2065320674
title: Stream API
20654-
version: v186.5.0
20675+
version: v186.7.0
2065520676
openapi: 3.0.3
2065620677
paths:
2065720678
/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
@@ -7224,7 +7224,7 @@ components:
72247224
type: apiKey
72257225
info:
72267226
title: Stream API
7227-
version: v186.5.0
7227+
version: v186.7.0
72287228
openapi: 3.0.3
72297229
paths:
72307230
/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8324,7 +8324,7 @@ components:
83248324
type: apiKey
83258325
info:
83268326
title: Stream API
8327-
version: v186.5.0
8327+
version: v186.7.0
83288328
openapi: 3.0.3
83298329
paths:
83308330
/api/v2/moderation/ban:

0 commit comments

Comments
 (0)