Skip to content

Commit 2cda644

Browse files
committed
Update video openapi Spec
1 parent 8a0981c commit 2cda644

14 files changed

+1703
-327
lines changed

docusaurus/video/docusaurus/docs/api/video-client-openapi.json

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

docusaurus/video/docusaurus/docs/api/video-openapi.json

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

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: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,7 @@ components:
12181218
title: Channel member
12191219
type: object
12201220
ChannelMemberResponse:
1221+
nullable: true
12211222
properties:
12221223
archived_at:
12231224
format: date-time
@@ -2644,6 +2645,10 @@ components:
26442645
type: object
26452646
FullUserResponse:
26462647
properties:
2648+
ban_expires:
2649+
format: date-time
2650+
type: string
2651+
x-stream-index: "015"
26472652
banned:
26482653
type: boolean
26492654
x-stream-index: "001.011"
@@ -3909,7 +3914,7 @@ components:
39093914
type: array
39103915
x-stream-index: "001.002"
39113916
type:
3912-
default: message.new
3917+
default: notification.thread_message_new
39133918
type: string
39143919
x-stream-index: "004.001"
39153920
user:
@@ -4039,7 +4044,8 @@ components:
40394044
x-stream-index: "002"
40404045
type:
40414046
enum:
4042-
- '''''regular'
4047+
- ''''''
4048+
- regular
40434049
- system
40444050
type: string
40454051
x-stream-index: "011"
@@ -6488,7 +6494,7 @@ components:
64886494
description: Whether to exclude expired bans or not
64896495
title: Exclude expired bans
64906496
type: boolean
6491-
x-stream-index: "006"
6497+
x-stream-index: "004"
64926498
filter_conditions:
64936499
additionalProperties: {}
64946500
type: object
@@ -6497,16 +6503,17 @@ components:
64976503
description: Number of records to return
64986504
format: int32
64996505
maximum: 300
6506+
minimum: 0
65006507
title: Limit
65016508
type: integer
6502-
x-stream-index: "004"
6509+
x-stream-index: "003.003"
65036510
offset:
65046511
description: Number of records to offset
65056512
format: int32
65066513
maximum: 10000
65076514
title: Offset
65086515
type: integer
6509-
x-stream-index: "005"
6516+
x-stream-index: "003.004"
65106517
sort:
65116518
description: Array of sort parameters
65126519
items:
@@ -8199,6 +8206,7 @@ components:
81998206
- ur
82008207
- vi
82018208
- lt
8209+
- ht
82028210
title: Language
82038211
type: string
82048212
x-stream-index: "001"
@@ -10069,7 +10077,7 @@ components:
1006910077
type: apiKey
1007010078
info:
1007110079
title: Stream API
10072-
version: v154.1.0
10080+
version: v162.0.2
1007310081
openapi: 3.0.3
1007410082
paths:
1007510083
/app:

openapi/chat-openapi.json

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

0 commit comments

Comments
 (0)