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 Oct 10, 2024
1 parent cd577a8 commit 9e69378
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 16 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 @@ -10348,7 +10348,7 @@ components:
type: apiKey
info:
title: Stream API
version: v133.1.0
version: v133.1.2
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 @@ -11313,7 +11313,7 @@ components:
type: apiKey
info:
title: Stream API
version: v133.1.0
version: v133.1.2
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 @@ -8106,7 +8106,7 @@ components:
$ref: '#/components/schemas/ModerationEventReviewQueueItem'
x-stream-index: "001"
type:
default: review_queue_item.updated
default: review_queue_item.new
type: string
x-stream-index: "002.002"
required:
Expand Down Expand Up @@ -15499,7 +15499,7 @@ components:
type: apiKey
info:
title: Stream API
version: v133.1.0
version: v133.1.2
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.

10 changes: 8 additions & 2 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,9 @@ components:
channel_ban_only:
type: boolean
x-stream-index: "003"
ip_ban:
type: boolean
x-stream-index: "004"
reason:
type: string
x-stream-index: "002"
Expand All @@ -905,7 +908,7 @@ components:
timeout:
format: int32
type: integer
x-stream-index: "004"
x-stream-index: "005"
type: object
BanRequest:
nullable: true
Expand Down Expand Up @@ -4664,6 +4667,9 @@ components:
delete_conversation_channels:
type: boolean
x-stream-index: "003"
delete_feeds_content:
type: boolean
x-stream-index: "004"
hard_delete:
type: boolean
x-stream-index: "001"
Expand Down Expand Up @@ -15881,7 +15887,7 @@ components:
type: apiKey
info:
title: Stream API
version: v133.1.0
version: v133.1.2
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 @@ -7866,7 +7866,7 @@ components:
type: apiKey
info:
title: Stream API
version: v133.1.0
version: v133.1.2
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 @@ -3751,7 +3751,7 @@ components:
type: apiKey
info:
title: Stream API
version: v133.1.0
version: v133.1.2
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit 9e69378

Please sign in to comment.