Skip to content

Commit

Permalink
Update video openapi Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stream-ci-zz committed Jul 11, 2024
1 parent e52da16 commit 78a318b
Show file tree
Hide file tree
Showing 14 changed files with 3,020 additions and 531 deletions.

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.

931 changes: 742 additions & 189 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.

37 changes: 30 additions & 7 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ components:
image_upload_config:
$ref: '#/components/schemas/FileUploadConfig'
x-stream-index: "030"
moderation_enabled:
type: boolean
x-stream-index: "043"
multi_tenant_enabled:
type: boolean
x-stream-index: "014"
Expand Down Expand Up @@ -358,6 +361,7 @@ components:
- reminders_interval
- cdn_expiration_seconds
- video_provider
- moderation_enabled
type: object
AsyncModerationCallbackConfig:
properties:
Expand Down Expand Up @@ -456,7 +460,7 @@ components:
type: string
x-stream-index: "009"
type:
description: Attachment type (e.g. image, video, url, poll)
description: Attachment type (e.g. image, video, url)
title: Type
type: string
x-stream-index: "001"
Expand Down Expand Up @@ -3772,11 +3776,15 @@ components:
description: Duration of the request in human-readable format
title: Duration
type: string
x-stream-index: "002.001"
x-stream-index: "003.001"
flag:
$ref: '#/components/schemas/Flag'
x-stream-index: "001"
review_queue_item_id:
type: string
x-stream-index: "002"
required:
- review_queue_item_id
- duration
type: object
FullUserResponse:
Expand Down Expand Up @@ -9340,6 +9348,11 @@ components:
agora_options:
$ref: '#/components/schemas/Config'
x-stream-index: "001.038"
allowed_flag_reasons:
items:
type: string
type: array
x-stream-index: "001.015"
apn_config:
$ref: '#/components/schemas/APNConfig'
x-stream-index: "001.003"
Expand Down Expand Up @@ -9383,6 +9396,12 @@ components:
- team
type: string
x-stream-index: "001.020"
feeds_moderation_enabled:
type: boolean
x-stream-index: "001.043"
feeds_v2_region:
type: string
x-stream-index: "001.042"
file_upload_config:
$ref: '#/components/schemas/FileUploadConfig'
x-stream-index: "001.028"
Expand Down Expand Up @@ -10537,6 +10556,10 @@ components:
type: object
UserResponse:
properties:
ban_expires:
format: date-time
type: string
x-stream-index: "003"
banned:
type: boolean
x-stream-index: "001.011"
Expand Down Expand Up @@ -10569,7 +10592,7 @@ components:
items:
$ref: '#/components/schemas/Device'
type: array
x-stream-index: "004"
x-stream-index: "005"
id:
type: string
x-stream-index: "001.001"
Expand All @@ -10578,7 +10601,7 @@ components:
x-stream-index: "001.003"
invisible:
type: boolean
x-stream-index: "005"
x-stream-index: "006"
language:
type: string
x-stream-index: "001.005"
Expand All @@ -10594,7 +10617,7 @@ components:
x-stream-index: "001.012"
push_notifications:
$ref: '#/components/schemas/PushNotificationSettings'
x-stream-index: "003"
x-stream-index: "004"
revoke_tokens_issued_before:
format: date-time
type: string
Expand Down Expand Up @@ -10867,7 +10890,7 @@ components:
type: apiKey
info:
title: Stream API
version: v122.3.0
version: v125.4.1
openapi: 3.0.3
paths:
/app:
Expand Down Expand Up @@ -15746,8 +15769,8 @@ paths:
Updates certain fields of the user
Sends events:
- user.presence.changed
- user.updated
- user.presence.changed
operationId: UpdateUsersPartial
requestBody:
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

Loading

0 comments on commit 78a318b

Please sign in to comment.