Skip to content

Update video openapi Spec #1081

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

298 changes: 213 additions & 85 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.

268 changes: 167 additions & 101 deletions openapi/chat-openapi.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

449 changes: 312 additions & 137 deletions openapi/clientside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.json

Large diffs are not rendered by default.

259 changes: 160 additions & 99 deletions openapi/moderation-clientside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

324 changes: 225 additions & 99 deletions openapi/moderation-serverside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

469 changes: 317 additions & 152 deletions openapi/serverside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

443 changes: 307 additions & 136 deletions openapi/v2/chat-clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

469 changes: 317 additions & 152 deletions openapi/v2/chat-serverside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.json

Large diffs are not rendered by default.

449 changes: 312 additions & 137 deletions openapi/v2/clientside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/moderation-clientside-api.json

Large diffs are not rendered by default.

259 changes: 160 additions & 99 deletions openapi/v2/moderation-clientside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/moderation-serverside-api.json

Large diffs are not rendered by default.

324 changes: 225 additions & 99 deletions openapi/v2/moderation-serverside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/serverside-api.json

Large diffs are not rendered by default.

469 changes: 317 additions & 152 deletions openapi/v2/serverside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/video-clientside-api.json

Large diffs are not rendered by default.

208 changes: 158 additions & 50 deletions openapi/v2/video-clientside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/video-serverside-api.json

Large diffs are not rendered by default.

117 changes: 75 additions & 42 deletions openapi/v2/video-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4480,6 +4480,7 @@ components:
enum:
- regex
- domain
- domain_whitelist
- email
- word
title: Type
Expand Down Expand Up @@ -5783,7 +5784,7 @@ components:
x-stream-index: "015"
banned:
type: boolean
x-stream-index: "001.011"
x-stream-index: "001.012"
blocked_user_ids:
items:
type: string
Expand All @@ -5797,19 +5798,19 @@ components:
created_at:
format: date-time
type: number
x-stream-index: "001.008"
x-stream-index: "001.009"
custom:
additionalProperties: {}
type: object
x-stream-index: "001.004"
deactivated_at:
format: date-time
type: number
x-stream-index: "001.015"
x-stream-index: "001.016"
deleted_at:
format: date-time
type: number
x-stream-index: "001.010"
x-stream-index: "001.011"
devices:
items:
$ref: '#/components/schemas/DeviceResponse'
Expand All @@ -5830,7 +5831,7 @@ components:
last_active:
format: date-time
type: number
x-stream-index: "001.013"
x-stream-index: "001.014"
latest_hidden_channels:
items:
type: string
Expand All @@ -5846,14 +5847,14 @@ components:
x-stream-index: "001.002"
online:
type: boolean
x-stream-index: "001.012"
x-stream-index: "001.013"
privacy_settings:
$ref: '#/components/schemas/PrivacySettingsResponse'
x-stream-index: "003"
revoke_tokens_issued_before:
format: date-time
type: number
x-stream-index: "001.014"
x-stream-index: "001.015"
role:
type: string
x-stream-index: "001.006"
Expand All @@ -5865,6 +5866,11 @@ components:
type: string
type: array
x-stream-index: "001.007"
teams_role:
additionalProperties:
type: string
type: object
x-stream-index: "001.008"
total_unread_count:
format: int32
type: integer
Expand All @@ -5884,7 +5890,7 @@ components:
updated_at:
format: date-time
type: number
x-stream-index: "001.009"
x-stream-index: "001.010"
required:
- id
- custom
Expand Down Expand Up @@ -10880,75 +10886,81 @@ components:
ban_expires:
format: date-time
type: number
x-stream-index: "016"
x-stream-index: "017"
banned:
type: boolean
x-stream-index: "015"
x-stream-index: "016"
created_at:
format: date-time
readOnly: true
type: number
x-stream-index: "007"
x-stream-index: "008"
custom:
additionalProperties: {}
type: object
x-stream-index: "005"
x-stream-index: "006"
deactivated_at:
format: date-time
readOnly: true
type: number
x-stream-index: "013"
x-stream-index: "014"
deleted_at:
format: date-time
readOnly: true
type: number
x-stream-index: "012"
x-stream-index: "013"
id:
type: string
x-stream-index: "003"
invisible:
type: boolean
x-stream-index: "022"
x-stream-index: "023"
language:
type: string
x-stream-index: "033"
x-stream-index: "034"
last_active:
format: date-time
readOnly: true
type: number
x-stream-index: "010"
x-stream-index: "011"
last_engaged_at:
format: date-time
readOnly: true
type: number
x-stream-index: "011"
x-stream-index: "012"
online:
readOnly: true
type: boolean
x-stream-index: "021"
x-stream-index: "022"
privacy_settings:
$ref: '#/components/schemas/PrivacySettings'
x-stream-index: "025"
x-stream-index: "026"
revoke_tokens_issued_before:
format: date-time
type: number
x-stream-index: "040"
x-stream-index: "041"
role:
type: string
x-stream-index: "004"
teams:
items:
type: string
type: array
x-stream-index: "034"
x-stream-index: "035"
teams_role:
additionalProperties:
type: string
type: object
x-stream-index: "005"
updated_at:
format: date-time
readOnly: true
type: number
x-stream-index: "008"
x-stream-index: "009"
required:
- id
- role
- teams_role
- custom
- banned
- online
Expand Down Expand Up @@ -11221,6 +11233,7 @@ components:
properties:
custom:
additionalProperties: {}
description: Custom user data
title: Custom
type: object
x-stream-index: "004"
Expand All @@ -11230,6 +11243,7 @@ components:
type: string
x-stream-index: "001"
image:
description: User's profile image URL
title: Image
type: string
x-stream-index: "003"
Expand All @@ -11248,14 +11262,23 @@ components:
$ref: '#/components/schemas/PrivacySettingsResponse'
x-stream-index: "007"
role:
description: User's global role
title: Role
type: string
x-stream-index: "008"
teams:
description: List of teams the user belongs to
items:
type: string
title: Teams
type: array
x-stream-index: "010"
teams_role:
additionalProperties:
type: string
description: Map of team-specific roles for the user
title: TeamsRole
type: object
x-stream-index: "009"
required:
- id
Expand All @@ -11274,18 +11297,18 @@ components:
description: Whether a user is banned or not
title: Banned
type: boolean
x-stream-index: "001.011"
x-stream-index: "001.012"
blocked_user_ids:
items:
type: string
type: array
x-stream-index: "001.016"
x-stream-index: "001.017"
created_at:
description: Date/time of creation
format: date-time
title: Created at
type: number
x-stream-index: "001.008"
x-stream-index: "001.009"
custom:
additionalProperties: {}
description: Custom data for this object
Expand All @@ -11297,13 +11320,13 @@ components:
format: date-time
title: Deactivated at
type: number
x-stream-index: "001.015"
x-stream-index: "001.016"
deleted_at:
description: Date/time of deletion
format: date-time
title: Deleted at
type: number
x-stream-index: "001.010"
x-stream-index: "001.011"
devices:
description: List of devices user is using
items:
Expand Down Expand Up @@ -11333,7 +11356,7 @@ components:
format: date-time
title: Last active
type: number
x-stream-index: "001.013"
x-stream-index: "001.014"
name:
description: Optional name of user
title: Name
Expand All @@ -11343,7 +11366,7 @@ components:
description: Whether a user online or not
title: Online
type: boolean
x-stream-index: "001.012"
x-stream-index: "001.013"
privacy_settings:
$ref: '#/components/schemas/PrivacySettingsResponse'
description: User privacy settings
Expand All @@ -11359,7 +11382,7 @@ components:
format: date-time
title: Revoke tokens issued before
type: number
x-stream-index: "001.014"
x-stream-index: "001.015"
role:
description: Determines the set of user permissions
title: Role
Expand All @@ -11377,12 +11400,17 @@ components:
title: Teams
type: array
x-stream-index: "001.007"
teams_role:
additionalProperties:
type: string
type: object
x-stream-index: "001.008"
updated_at:
description: Date/time of the last update
format: date-time
title: Updated at
type: number
x-stream-index: "001.009"
x-stream-index: "001.010"
required:
- id
- custom
Expand All @@ -11402,28 +11430,28 @@ components:
properties:
banned:
type: boolean
x-stream-index: "001.011"
x-stream-index: "001.012"
blocked_user_ids:
items:
type: string
type: array
x-stream-index: "001.016"
x-stream-index: "001.017"
created_at:
format: date-time
type: number
x-stream-index: "001.008"
x-stream-index: "001.009"
custom:
additionalProperties: {}
type: object
x-stream-index: "001.004"
deactivated_at:
format: date-time
type: number
x-stream-index: "001.015"
x-stream-index: "001.016"
deleted_at:
format: date-time
type: number
x-stream-index: "001.010"
x-stream-index: "001.011"
id:
type: string
x-stream-index: "001.001"
Expand All @@ -11439,20 +11467,20 @@ components:
last_active:
format: date-time
type: number
x-stream-index: "001.013"
x-stream-index: "001.014"
name:
type: string
x-stream-index: "001.002"
online:
type: boolean
x-stream-index: "001.012"
x-stream-index: "001.013"
privacy_settings:
$ref: '#/components/schemas/PrivacySettingsResponse'
x-stream-index: "002"
revoke_tokens_issued_before:
format: date-time
type: number
x-stream-index: "001.014"
x-stream-index: "001.015"
role:
type: string
x-stream-index: "001.006"
Expand All @@ -11461,10 +11489,15 @@ components:
type: string
type: array
x-stream-index: "001.007"
teams_role:
additionalProperties:
type: string
type: object
x-stream-index: "001.008"
updated_at:
format: date-time
type: number
x-stream-index: "001.009"
x-stream-index: "001.010"
required:
- id
- custom
Expand Down Expand Up @@ -12034,7 +12067,7 @@ components:
type: apiKey
info:
title: Stream API
version: v167.1.0
version: v168.5.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi-clientside.json

Large diffs are not rendered by default.

Loading