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

Merged
merged 1 commit into from
Nov 6, 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
49 changes: 31 additions & 18 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 @@ -1635,27 +1635,27 @@ components:
format: date-time
title: Ban expires
type: string
x-stream-index: "015"
x-stream-index: "016"
banned:
description: Whether member is banned this channel or not
title: Banned
type: boolean
x-stream-index: "014"
x-stream-index: "015"
channel_role:
description: Role of the member in the channel
title: Channel Role
type: string
x-stream-index: "019"
x-stream-index: "020"
created_at:
description: Date/time of creation
format: date-time
title: Created at
type: string
x-stream-index: "010"
x-stream-index: "011"
deleted_at:
format: date-time
type: string
x-stream-index: "012"
x-stream-index: "013"
invite_accepted_at:
description: Date when invite was accepted
format: date-time
Expand All @@ -1678,6 +1678,9 @@ components:
title: Is moderator
type: boolean
x-stream-index: "006"
notifications_muted:
type: boolean
x-stream-index: "021"
role:
description: 'Permission level of the member in the channel (DEPRECATED:
use channel_role instead)'
Expand All @@ -1688,18 +1691,21 @@ components:
- owner
title: Role
type: string
x-stream-index: "018"
x-stream-index: "019"
shadow_banned:
description: Whether member is shadow banned in this channel or not
title: Shadow banned
type: boolean
x-stream-index: "017"
x-stream-index: "018"
status:
type: string
x-stream-index: "010"
updated_at:
description: Date/time of the last update
format: date-time
title: Updated at
type: string
x-stream-index: "011"
x-stream-index: "012"
user:
$ref: '#/components/schemas/UserObject'
x-stream-index: "005"
Expand All @@ -1713,6 +1719,7 @@ components:
- banned
- shadow_banned
- channel_role
- notifications_muted
title: Channel member
type: object
ChannelMemberRequest:
Expand All @@ -1723,27 +1730,27 @@ components:
format: date-time
title: Ban expires
type: string
x-stream-index: "015"
x-stream-index: "016"
banned:
description: Whether member is banned this channel or not
title: Banned
type: boolean
x-stream-index: "014"
x-stream-index: "015"
channel_role:
description: Role of the member in the channel
title: Channel Role
type: string
x-stream-index: "019"
x-stream-index: "020"
created_at:
description: Date/time of creation
format: date-time
title: Created at
type: string
x-stream-index: "010"
x-stream-index: "011"
deleted_at:
format: date-time
type: string
x-stream-index: "012"
x-stream-index: "013"
invite_accepted_at:
description: Date when invite was accepted
format: date-time
Expand All @@ -1766,6 +1773,9 @@ components:
title: Is moderator
type: boolean
x-stream-index: "006"
notifications_muted:
type: boolean
x-stream-index: "021"
role:
description: 'Permission level of the member in the channel (DEPRECATED:
use channel_role instead)'
Expand All @@ -1776,18 +1786,21 @@ components:
- owner
title: Role
type: string
x-stream-index: "018"
x-stream-index: "019"
shadow_banned:
description: Whether member is shadow banned in this channel or not
title: Shadow banned
type: boolean
x-stream-index: "017"
x-stream-index: "018"
status:
type: string
x-stream-index: "010"
updated_at:
description: Date/time of the last update
format: date-time
title: Updated at
type: string
x-stream-index: "011"
x-stream-index: "012"
user:
$ref: '#/components/schemas/UserObjectRequest'
x-stream-index: "005"
Expand Down Expand Up @@ -11757,7 +11770,7 @@ externalDocs:
url: https://getstream.io/chat/docs/
info:
title: Stream Chat API
version: v89.15.1
version: v90.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: v89.15.1
version: v90.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: v89.15.1
version: v90.0.0
openapi: 3.0.3
paths:
/call/{type}/{id}:
Expand Down