Skip to content

Commit

Permalink
Update video openapi Spec (#545)
Browse files Browse the repository at this point in the history
Co-authored-by: GH Action CI Stream <[email protected]>
  • Loading branch information
stream-ci-bot and stream-ci-zz authored Apr 30, 2024
1 parent fc8cc05 commit fbe437d
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 14 deletions.
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4005,7 +4005,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: notification.thread_message_new
default: message.new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -9622,7 +9622,7 @@ components:
type: apiKey
info:
title: Stream API
version: v112.0.0
version: v112.1.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.

7 changes: 6 additions & 1 deletion openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3165,6 +3165,11 @@ components:
type: boolean
x-stream-index: "002.002"
export_users:
type: boolean
x-stream-index: "002.005"
include_soft_deleted_channels:
description: Set if you want to include deleted channels
title: Include soft deleted channels
type: boolean
x-stream-index: "002.004"
include_truncated_messages:
Expand Down Expand Up @@ -10499,7 +10504,7 @@ components:
type: apiKey
info:
title: Stream API
version: v112.0.0
version: v112.1.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: 2 additions & 2 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6436,7 +6436,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: notification.thread_message_new
default: message.new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -13439,7 +13439,7 @@ components:
type: apiKey
info:
title: Stream API
version: v112.0.0
version: v112.1.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.

7 changes: 6 additions & 1 deletion openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4002,6 +4002,11 @@ components:
type: boolean
x-stream-index: "002.002"
export_users:
type: boolean
x-stream-index: "002.005"
include_soft_deleted_channels:
description: Set if you want to include deleted channels
title: Include soft deleted channels
type: boolean
x-stream-index: "002.004"
include_truncated_messages:
Expand Down Expand Up @@ -13027,7 +13032,7 @@ components:
type: apiKey
info:
title: Stream API
version: v112.0.0
version: v112.1.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.

2 changes: 1 addition & 1 deletion openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5516,7 +5516,7 @@ components:
type: apiKey
info:
title: Stream API
version: v112.0.0
version: v112.1.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.

2 changes: 1 addition & 1 deletion openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3176,7 +3176,7 @@ components:
type: apiKey
info:
title: Stream API
version: v112.0.0
version: v112.1.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit fbe437d

Please sign in to comment.