Skip to content

Commit

Permalink
Update video openapi Spec (#310)
Browse files Browse the repository at this point in the history
Co-authored-by: GH Action CI Stream <ci@stream.io>
  • Loading branch information
stream-ci-bot and stream-ci-zz committed Nov 15, 2023
1 parent 9a4702a commit bbc2fef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
18 changes: 14 additions & 4 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: custom
default: any
type: string
x-stream-index: "001.001"
required:
Expand Down Expand Up @@ -7217,7 +7217,7 @@ components:
properties:
duration:
type: string
x-stream-index: "004.001"
x-stream-index: "005.001"
mute:
$ref: '#/components/schemas/UserMute'
description: Object with user mute (if one user was muted)
Expand All @@ -7230,6 +7230,11 @@ components:
title: Mutes
type: array
x-stream-index: "002"
non_existing_users:
items:
type: string
type: array
x-stream-index: "004"
own_user:
$ref: '#/components/schemas/OwnUser'
description: Authorized user object with fresh mutes information
Expand Down Expand Up @@ -10040,7 +10045,12 @@ components:
description: Duration of the request in human-readable format
title: Duration
type: string
x-stream-index: "001.001"
x-stream-index: "002.001"
non_existing_users:
items:
type: string
type: array
x-stream-index: "001"
required:
- duration
type: object
Expand Down Expand Up @@ -11775,7 +11785,7 @@ externalDocs:
url: https://getstream.io/chat/docs/
info:
title: Stream Chat API
version: v91.1.1
version: v91.2.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: v91.1.1
version: v91.2.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: v91.1.1
version: v91.2.0
openapi: 3.0.3
paths:
/call/{type}/{id}:
Expand Down

0 comments on commit bbc2fef

Please sign in to comment.