Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update video openapi Spec #997

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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.6.1
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