Skip to content

Commit

Permalink
Update video openapi Spec (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli authored Feb 29, 2024
2 parents c02e9e3 + 45b7611 commit 6f5b39e
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 16 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 @@ -4073,7 +4073,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 @@ -8435,7 +8435,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.2.5
version: v100.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 @@ -9791,7 +9791,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.2.5
version: v100.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.

19 changes: 16 additions & 3 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5129,7 +5129,7 @@ components:
x-stream-index: "003"
duration:
type: string
x-stream-index: "004.001"
x-stream-index: "005.001"
members:
items:
$ref: '#/components/schemas/MemberResponse'
Expand All @@ -5143,12 +5143,16 @@ components:
$ref: '#/components/schemas/OwnCapability'
type: array
x-stream-index: "001.004"
stats_options:
$ref: '#/components/schemas/StatsOptions'
x-stream-index: "004"
required:
- call
- members
- own_capabilities
- created
- credentials
- stats_options
- duration
type: object
Label:
Expand Down Expand Up @@ -5988,7 +5992,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 @@ -8837,6 +8841,15 @@ components:
required:
- duration
type: object
StatsOptions:
properties:
reporting_interval_ms:
format: int32
type: integer
x-stream-index: "001"
required:
- reporting_interval_ms
type: object
StopHLSBroadcastingRequest:
nullable: true
type: object
Expand Down Expand Up @@ -11276,7 +11289,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.2.5
version: v100.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.

2 changes: 1 addition & 1 deletion openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11596,7 +11596,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.2.5
version: v100.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.

17 changes: 15 additions & 2 deletions openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2130,7 +2130,7 @@ components:
x-stream-index: "003"
duration:
type: string
x-stream-index: "004.001"
x-stream-index: "005.001"
members:
items:
$ref: '#/components/schemas/MemberResponse'
Expand All @@ -2144,12 +2144,16 @@ components:
$ref: '#/components/schemas/OwnCapability'
type: array
x-stream-index: "001.004"
stats_options:
$ref: '#/components/schemas/StatsOptions'
x-stream-index: "004"
required:
- call
- members
- own_capabilities
- created
- credentials
- stats_options
- duration
type: object
ListDevicesResponse:
Expand Down Expand Up @@ -2848,6 +2852,15 @@ components:
required:
- duration
type: object
StatsOptions:
properties:
reporting_interval_ms:
format: int32
type: integer
x-stream-index: "001"
required:
- reporting_interval_ms
type: object
StopHLSBroadcastingRequest:
nullable: true
type: object
Expand Down Expand Up @@ -3494,7 +3507,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.2.5
version: v100.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 @@ -2518,7 +2518,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.2.5
version: v100.3.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit 6f5b39e

Please sign in to comment.