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 11, 2024
1 parent a0a5772 commit 847448c
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 21 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.3.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 @@ -11313,7 +11313,7 @@ components:
type: apiKey
info:
title: Stream API
version: v133.1.0
version: v133.3.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 @@ -7380,7 +7380,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 @@ -15499,7 +15499,7 @@ components:
type: apiKey
info:
title: Stream API
version: v133.1.0
version: v133.3.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.

34 changes: 27 additions & 7 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 @@ -7489,6 +7495,17 @@ components:
required:
- duration
type: object
MarkReviewedRequest:
properties:
content_to_mark_as_reviewed_limit:
format: int32
maximum: 2500
type: integer
x-stream-index: "002"
disable_marking_content_as_reviewed:
type: boolean
x-stream-index: "001"
type: object
MarkUnreadRequest:
nullable: true
properties:
Expand Down Expand Up @@ -12587,10 +12604,10 @@ components:
x-stream-index: "002"
ban:
$ref: '#/components/schemas/BanActionRequest'
x-stream-index: "007"
x-stream-index: "008"
custom:
$ref: '#/components/schemas/CustomActionRequest'
x-stream-index: "008"
x-stream-index: "009"
delete_activity:
$ref: '#/components/schemas/DeleteActivityRequest'
x-stream-index: "004"
Expand All @@ -12606,15 +12623,18 @@ components:
item_id:
type: string
x-stream-index: "001"
mark_reviewed:
$ref: '#/components/schemas/MarkReviewedRequest'
x-stream-index: "007"
unban:
$ref: '#/components/schemas/UnbanActionRequest'
x-stream-index: "009"
x-stream-index: "010"
user:
$ref: '#/components/schemas/UserRequest'
x-stream-index: "012.002"
x-stream-index: "013.002"
user_id:
type: string
x-stream-index: "012.001"
x-stream-index: "013.001"
required:
- item_id
- action_type
Expand Down Expand Up @@ -15881,7 +15901,7 @@ components:
type: apiKey
info:
title: Stream API
version: v133.1.0
version: v133.3.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 @@ -7866,7 +7866,7 @@ components:
type: apiKey
info:
title: Stream API
version: v133.1.0
version: v133.3.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 @@ -3751,7 +3751,7 @@ components:
type: apiKey
info:
title: Stream API
version: v133.1.0
version: v133.3.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit 847448c

Please sign in to comment.