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 #304

Merged
merged 1 commit into from
Nov 12, 2023
Merged
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
19 changes: 12 additions & 7 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ components:
type: string
x-stream-index: "001.002"
type:
default: any
default: custom
type: string
x-stream-index: "001.001"
required:
Expand Down Expand Up @@ -10139,13 +10139,13 @@ components:
properties:
agora_options:
$ref: '#/components/schemas/ConfigRequest'
x-stream-index: "001.036"
x-stream-index: "001.037"
apn_config:
$ref: '#/components/schemas/APNConfigRequest'
x-stream-index: "001.003"
async_moderation_config:
$ref: '#/components/schemas/AsyncModerationConfigurationRequest'
x-stream-index: "001.038"
x-stream-index: "001.039"
async_url_enrich_enabled:
type: boolean
x-stream-index: "001.016"
Expand All @@ -10160,7 +10160,7 @@ components:
maximum: 1209600
minimum: 14400
type: integer
x-stream-index: "001.034"
x-stream-index: "001.035"
channel_hide_members_only:
type: boolean
x-stream-index: "001.030"
Expand Down Expand Up @@ -10195,7 +10195,7 @@ components:
x-stream-index: "001.031"
hms_options:
$ref: '#/components/schemas/ConfigRequest'
x-stream-index: "001.037"
x-stream-index: "001.038"
huawei_config:
$ref: '#/components/schemas/HuaweiConfigRequest'
x-stream-index: "001.005"
Expand Down Expand Up @@ -10236,6 +10236,11 @@ components:
minimum: 60
type: integer
x-stream-index: "001.033"
reminders_max_members:
format: int32
minimum: 2
type: integer
x-stream-index: "001.034"
revoke_tokens_issued_before:
format: date-time
type: string
Expand Down Expand Up @@ -10268,7 +10273,7 @@ components:
- agora
- hms
type: string
x-stream-index: "001.035"
x-stream-index: "001.036"
webhook_events:
items:
type: string
Expand Down Expand Up @@ -11770,7 +11775,7 @@ externalDocs:
url: https://getstream.io/chat/docs/
info:
title: Stream Chat API
version: v90.4.0
version: v91.0.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3447,7 +3447,7 @@ externalDocs:
url: https://getstream.io/video/docs/
info:
title: Stream Video API
version: v90.4.0
version: v91.0.0
openapi: 3.0.3
paths:
/call/{type}/{id}:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3622,7 +3622,7 @@ externalDocs:
url: https://getstream.io/video/docs/
info:
title: Stream Video API
version: v90.4.0
version: v91.0.0
openapi: 3.0.3
paths:
/call/{type}/{id}:
Expand Down