Skip to content

Commit 9627543

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

14 files changed

+1700
-328
lines changed

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

+1-1
Large diffs are not rendered by default.

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

+1-1
Large diffs are not rendered by default.

openapi/chat-openapi-clientside.json

+1-1
Large diffs are not rendered by default.

openapi/chat-openapi-clientside.yaml

+13-6
Original file line numberDiff line numberDiff line change
@@ -2644,6 +2644,10 @@ components:
26442644
type: object
26452645
FullUserResponse:
26462646
properties:
2647+
ban_expires:
2648+
format: date-time
2649+
type: string
2650+
x-stream-index: "015"
26472651
banned:
26482652
type: boolean
26492653
x-stream-index: "001.011"
@@ -3909,7 +3913,7 @@ components:
39093913
type: array
39103914
x-stream-index: "001.002"
39113915
type:
3912-
default: message.new
3916+
default: notification.thread_message_new
39133917
type: string
39143918
x-stream-index: "004.001"
39153919
user:
@@ -4039,7 +4043,8 @@ components:
40394043
x-stream-index: "002"
40404044
type:
40414045
enum:
4042-
- '''''regular'
4046+
- ''''''
4047+
- regular
40434048
- system
40444049
type: string
40454050
x-stream-index: "011"
@@ -6488,7 +6493,7 @@ components:
64886493
description: Whether to exclude expired bans or not
64896494
title: Exclude expired bans
64906495
type: boolean
6491-
x-stream-index: "006"
6496+
x-stream-index: "004"
64926497
filter_conditions:
64936498
additionalProperties: {}
64946499
type: object
@@ -6497,16 +6502,17 @@ components:
64976502
description: Number of records to return
64986503
format: int32
64996504
maximum: 300
6505+
minimum: 0
65006506
title: Limit
65016507
type: integer
6502-
x-stream-index: "004"
6508+
x-stream-index: "003.003"
65036509
offset:
65046510
description: Number of records to offset
65056511
format: int32
65066512
maximum: 10000
65076513
title: Offset
65086514
type: integer
6509-
x-stream-index: "005"
6515+
x-stream-index: "003.004"
65106516
sort:
65116517
description: Array of sort parameters
65126518
items:
@@ -8199,6 +8205,7 @@ components:
81998205
- ur
82008206
- vi
82018207
- lt
8208+
- ht
82028209
title: Language
82038210
type: string
82048211
x-stream-index: "001"
@@ -10069,7 +10076,7 @@ components:
1006910076
type: apiKey
1007010077
info:
1007110078
title: Stream API
10072-
version: v154.1.0
10079+
version: v160.3.0
1007310080
openapi: 3.0.3
1007410081
paths:
1007510082
/app:

openapi/chat-openapi.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)