Skip to content

Commit

Permalink
Update video openapi Spec (#475)
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 Mar 18, 2024
1 parent a6dcf4b commit 1ba3e27
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 14 deletions.
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2530,11 +2530,18 @@ components:
type: string
type: array
x-stream-index: "004"
size_limit:
format: int32
maximum: 104857600
minimum: 0
type: integer
x-stream-index: "005"
required:
- allowed_file_extensions
- blocked_file_extensions
- allowed_mime_types
- blocked_mime_types
- size_limit
type: object
FileUploadRequest:
nullable: true
Expand Down Expand Up @@ -4073,7 +4080,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 @@ -8484,7 +8491,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.6.0
version: v100.7.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.

15 changes: 14 additions & 1 deletion openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3499,11 +3499,18 @@ components:
type: string
type: array
x-stream-index: "004"
size_limit:
format: int32
maximum: 104857600
minimum: 0
type: integer
x-stream-index: "005"
required:
- allowed_file_extensions
- blocked_file_extensions
- allowed_mime_types
- blocked_mime_types
- size_limit
type: object
FileUploadConfigRequest:
properties:
Expand All @@ -3527,6 +3534,12 @@ components:
type: string
type: array
x-stream-index: "004"
size_limit:
format: int32
maximum: 104857600
minimum: 0
type: integer
x-stream-index: "005"
type: object
FileUploadRequest:
nullable: true
Expand Down Expand Up @@ -9794,7 +9807,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.6.0
version: v100.7.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.

11 changes: 9 additions & 2 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4224,11 +4224,18 @@ components:
type: string
type: array
x-stream-index: "004"
size_limit:
format: int32
maximum: 104857600
minimum: 0
type: integer
x-stream-index: "005"
required:
- allowed_file_extensions
- blocked_file_extensions
- allowed_mime_types
- blocked_mime_types
- size_limit
type: object
FileUploadRequest:
nullable: true
Expand Down Expand Up @@ -6098,7 +6105,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 @@ -11452,7 +11459,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.6.0
version: v100.7.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.

15 changes: 14 additions & 1 deletion openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4189,11 +4189,18 @@ components:
type: string
type: array
x-stream-index: "004"
size_limit:
format: int32
maximum: 104857600
minimum: 0
type: integer
x-stream-index: "005"
required:
- allowed_file_extensions
- blocked_file_extensions
- allowed_mime_types
- blocked_mime_types
- size_limit
type: object
FileUploadConfigRequest:
properties:
Expand All @@ -4217,6 +4224,12 @@ components:
type: string
type: array
x-stream-index: "004"
size_limit:
format: int32
maximum: 104857600
minimum: 0
type: integer
x-stream-index: "005"
type: object
FileUploadRequest:
nullable: true
Expand Down Expand Up @@ -11599,7 +11612,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.6.0
version: v100.7.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 @@ -3621,7 +3621,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.6.0
version: v100.7.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 @@ -2518,7 +2518,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.6.0
version: v100.7.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit 1ba3e27

Please sign in to comment.