Skip to content

Commit

Permalink
Update video openapi Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stream-ci-zz committed Mar 3, 2025
1 parent 8a0981c commit ed474e8
Show file tree
Hide file tree
Showing 14 changed files with 1,621 additions and 297 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docusaurus/video/docusaurus/docs/api/video-openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

17 changes: 12 additions & 5 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2644,6 +2644,10 @@ components:
type: object
FullUserResponse:
properties:
ban_expires:
format: date-time
type: string
x-stream-index: "015"
banned:
type: boolean
x-stream-index: "001.011"
Expand Down Expand Up @@ -4039,7 +4043,8 @@ components:
x-stream-index: "002"
type:
enum:
- '''''regular'
- ''''''
- regular
- system
type: string
x-stream-index: "011"
Expand Down Expand Up @@ -6488,7 +6493,7 @@ components:
description: Whether to exclude expired bans or not
title: Exclude expired bans
type: boolean
x-stream-index: "006"
x-stream-index: "004"
filter_conditions:
additionalProperties: {}
type: object
Expand All @@ -6497,16 +6502,17 @@ components:
description: Number of records to return
format: int32
maximum: 300
minimum: 0
title: Limit
type: integer
x-stream-index: "004"
x-stream-index: "003.003"
offset:
description: Number of records to offset
format: int32
maximum: 10000
title: Offset
type: integer
x-stream-index: "005"
x-stream-index: "003.004"
sort:
description: Array of sort parameters
items:
Expand Down Expand Up @@ -8199,6 +8205,7 @@ components:
- ur
- vi
- lt
- ht
title: Language
type: string
x-stream-index: "001"
Expand Down Expand Up @@ -10069,7 +10076,7 @@ components:
type: apiKey
info:
title: Stream API
version: v154.1.0
version: v159.4.2
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

Loading

0 comments on commit ed474e8

Please sign in to comment.