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

Merged
merged 1 commit into from
Dec 1, 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
17 changes: 14 additions & 3 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 @@ -740,6 +740,11 @@ components:
title: Name
type: string
x-stream-index: "006"
type:
description: Block list type.
title: Type
type: string
x-stream-index: "007"
updated_at:
description: Date/time of the last update
format: date-time
Expand All @@ -752,9 +757,10 @@ components:
type: string
title: Words
type: array
x-stream-index: "007"
x-stream-index: "008"
required:
- name
- type
- words
title: Block list
type: object
Expand Down Expand Up @@ -3145,6 +3151,11 @@ components:
title: Name
type: string
x-stream-index: "001"
type:
description: Block list type.
title: Type
type: string
x-stream-index: "003"
words:
description: List of words to block
items:
Expand Down Expand Up @@ -11812,7 +11823,7 @@ externalDocs:
url: https://getstream.io/chat/docs/
info:
title: Stream Chat API
version: v92.7.0
version: v92.8.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: v92.7.0
version: v92.8.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: v92.7.0
version: v92.8.0
openapi: 3.0.3
paths:
/call/{type}/{id}:
Expand Down