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 May 14, 2024
1 parent bbec1ee commit b45a234
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 19 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 @@ -8647,7 +8647,7 @@ components:
type: apiKey
info:
title: Stream API
version: v113.0.0
version: v113.0.3
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 @@ -10592,7 +10592,7 @@ components:
type: apiKey
info:
title: Stream API
version: v113.0.0
version: v113.0.3
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.

10 changes: 7 additions & 3 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5951,7 +5951,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: message.new
default: notification.thread_message_new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -12027,11 +12027,15 @@ components:
info:
$ref: '#/components/schemas/UserInfoResponse'
x-stream-index: "001"
rating:
format: int32
type: integer
x-stream-index: "003"
session_stats:
items:
$ref: '#/components/schemas/UserSessionStats'
type: array
x-stream-index: "003"
x-stream-index: "002"
required:
- info
- session_stats
Expand Down Expand Up @@ -12554,7 +12558,7 @@ components:
type: apiKey
info:
title: Stream API
version: v113.0.0
version: v113.0.3
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.

8 changes: 6 additions & 2 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12681,11 +12681,15 @@ components:
info:
$ref: '#/components/schemas/UserInfoResponse'
x-stream-index: "001"
rating:
format: int32
type: integer
x-stream-index: "003"
session_stats:
items:
$ref: '#/components/schemas/UserSessionStats'
type: array
x-stream-index: "003"
x-stream-index: "002"
required:
- info
- session_stats
Expand Down Expand Up @@ -12999,7 +13003,7 @@ components:
type: apiKey
info:
title: Stream API
version: v113.0.0
version: v113.0.3
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.

8 changes: 6 additions & 2 deletions openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5268,11 +5268,15 @@ components:
info:
$ref: '#/components/schemas/UserInfoResponse'
x-stream-index: "001"
rating:
format: int32
type: integer
x-stream-index: "003"
session_stats:
items:
$ref: '#/components/schemas/UserSessionStats'
type: array
x-stream-index: "003"
x-stream-index: "002"
required:
- info
- session_stats
Expand Down Expand Up @@ -5572,7 +5576,7 @@ components:
type: apiKey
info:
title: Stream API
version: v113.0.0
version: v113.0.3
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.

8 changes: 6 additions & 2 deletions openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3117,11 +3117,15 @@ components:
info:
$ref: '#/components/schemas/UserInfoResponse'
x-stream-index: "001"
rating:
format: int32
type: integer
x-stream-index: "003"
session_stats:
items:
$ref: '#/components/schemas/UserSessionStats'
type: array
x-stream-index: "003"
x-stream-index: "002"
required:
- info
- session_stats
Expand Down Expand Up @@ -3240,7 +3244,7 @@ components:
type: apiKey
info:
title: Stream API
version: v113.0.0
version: v113.0.3
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit b45a234

Please sign in to comment.