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 15, 2024
1 parent db8f3b6 commit df4ec7c
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 22 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.

2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10140,7 +10140,7 @@ components:
type: apiKey
info:
title: Stream API
version: v125.7.0
version: v125.8.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11002,7 +11002,7 @@ components:
type: apiKey
info:
title: Stream API
version: v125.7.0
version: v125.8.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.

4 changes: 1 addition & 3 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13956,11 +13956,9 @@ components:
VideoResolution:
properties:
height:
format: int32
type: integer
x-stream-index: "002"
width:
format: int32
type: integer
x-stream-index: "001"
required:
Expand Down Expand Up @@ -14515,7 +14513,7 @@ components:
type: apiKey
info:
title: Stream API
version: v125.7.0
version: v125.8.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13365,11 +13365,9 @@ components:
VideoResolution:
properties:
height:
format: int32
type: integer
x-stream-index: "002"
width:
format: int32
type: integer
x-stream-index: "001"
required:
Expand Down Expand Up @@ -13662,7 +13660,7 @@ components:
type: apiKey
info:
title: Stream API
version: v125.7.0
version: v125.8.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.

4 changes: 1 addition & 3 deletions openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7334,11 +7334,9 @@ components:
VideoResolution:
properties:
height:
format: int32
type: integer
x-stream-index: "002"
width:
format: int32
type: integer
x-stream-index: "001"
required:
Expand Down Expand Up @@ -7684,7 +7682,7 @@ components:
type: apiKey
info:
title: Stream API
version: v125.7.0
version: v125.8.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi.json

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3419,11 +3419,9 @@ components:
VideoResolution:
properties:
height:
format: int32
type: integer
x-stream-index: "002"
width:
format: int32
type: integer
x-stream-index: "001"
required:
Expand Down Expand Up @@ -3521,7 +3519,7 @@ components:
type: apiKey
info:
title: Stream API
version: v125.7.0
version: v125.8.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit df4ec7c

Please sign in to comment.