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

Merged
merged 1 commit into from
Jun 26, 2024
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

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.

863 changes: 776 additions & 87 deletions openapi/chat-openapi-clientside.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

48 changes: 23 additions & 25 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10677,19 +10677,19 @@ components:
properties:
automoderation:
type: boolean
x-stream-index: "020"
x-stream-index: "021"
automoderation_scores:
$ref: '#/components/schemas/ModerationResponse'
x-stream-index: "021"
x-stream-index: "022"
channel:
$ref: '#/components/schemas/ChannelResponse'
x-stream-index: "009"
x-stream-index: "010"
channel_id:
type: string
x-stream-index: "004"
channel_type:
type: string
x-stream-index: "005"
x-stream-index: "006"
cid:
type: string
x-stream-index: "003"
Expand All @@ -10699,60 +10699,60 @@ components:
created_at:
format: date-time
type: string
x-stream-index: "025"
x-stream-index: "026"
created_by:
$ref: '#/components/schemas/UserObject'
x-stream-index: "019"
x-stream-index: "020"
custom:
additionalProperties: {}
type: object
x-stream-index: "024"
x-stream-index: "025"
me:
$ref: '#/components/schemas/OwnUser'
x-stream-index: "016"
x-stream-index: "017"
member:
$ref: '#/components/schemas/ChannelMember'
x-stream-index: "011"
x-stream-index: "012"
message:
$ref: '#/components/schemas/Message'
x-stream-index: "006"
x-stream-index: "007"
message_update:
$ref: '#/components/schemas/MessageUpdate'
x-stream-index: "007"
x-stream-index: "008"
parent_id:
type: string
x-stream-index: "022"
x-stream-index: "023"
poll:
$ref: '#/components/schemas/Poll'
x-stream-index: "012"
x-stream-index: "013"
poll_vote:
$ref: '#/components/schemas/PollVote'
x-stream-index: "013"
x-stream-index: "014"
reaction:
$ref: '#/components/schemas/Reaction'
x-stream-index: "008"
x-stream-index: "009"
reason:
type: string
x-stream-index: "018"
x-stream-index: "019"
team:
type: string
x-stream-index: "023"
x-stream-index: "024"
thread:
$ref: '#/components/schemas/Thread'
x-stream-index: "010"
x-stream-index: "011"
type:
type: string
x-stream-index: "001"
user:
$ref: '#/components/schemas/UserObject'
x-stream-index: "014"
x-stream-index: "015"
user_id:
type: string
x-stream-index: "015"
x-stream-index: "016"
watcher_count:
format: int32
type: integer
x-stream-index: "017"
x-stream-index: "018"
required:
- type
- custom
Expand Down Expand Up @@ -10867,7 +10867,7 @@ components:
type: apiKey
info:
title: Stream API
version: v120.1.1
version: v122.2.3
openapi: 3.0.3
paths:
/app:
Expand Down Expand Up @@ -14610,9 +14610,6 @@ paths:
description: |
Creates a new poll

Sends events:
- poll.created

Required permissions:
- CreatePoll
operationId: CreatePoll
Expand Down Expand Up @@ -14650,6 +14647,7 @@ paths:
Updates a poll

Sends events:
- poll.closed
- poll.updated

Required permissions:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

Loading
Loading