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 1, 2024
1 parent 21360a3 commit 1bfaf16
Show file tree
Hide file tree
Showing 14 changed files with 2,134 additions and 27 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.

462 changes: 460 additions & 2 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.

33 changes: 28 additions & 5 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 @@ -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: v123.0.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

Loading

0 comments on commit 1bfaf16

Please sign in to comment.