Skip to content

Commit 46c3cf8

Browse files
authored
Update video openapi Spec (#1048)
2 parents ebfa9b1 + d6aca41 commit 46c3cf8

32 files changed

+38
-294
lines changed

openapi/chat-openapi-clientside.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/chat-openapi-clientside.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10369,7 +10369,7 @@ components:
1036910369
type: apiKey
1037010370
info:
1037110371
title: Stream API
10372-
version: v165.3.3
10372+
version: v166.0.1
1037310373
openapi: 3.0.3
1037410374
paths:
1037510375
/app:

openapi/chat-openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/chat-openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ components:
457457
type: string
458458
x-stream-index: "002.001"
459459
type:
460-
default: export.moderation_logs.error
460+
default: export.users.error
461461
type: string
462462
x-stream-index: "003.002"
463463
required:
@@ -14536,7 +14536,7 @@ components:
1453614536
type: apiKey
1453714537
info:
1453814538
title: Stream API
14539-
version: v165.3.3
14539+
version: v166.0.1
1454014540
openapi: 3.0.3
1454114541
paths:
1454214542
/app:

openapi/clientside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/clientside-api.yaml

Lines changed: 1 addition & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -3410,68 +3410,6 @@ components:
34103410
x-stream-event-doc-group: call
34113411
x-stream-is-event: true
34123412
x-stream-ws-base-event-name: VideoEvent
3413-
CallUserFeedbackSubmittedEvent:
3414-
description: This event is sent when a user submits feedback for a call.
3415-
properties:
3416-
call_cid:
3417-
type: string
3418-
x-stream-index: "002.001"
3419-
created_at:
3420-
format: date-time
3421-
type: number
3422-
x-stream-index: "001.002"
3423-
custom:
3424-
additionalProperties: {}
3425-
description: Custom data provided by the user
3426-
title: Custom
3427-
type: object
3428-
x-stream-index: "007"
3429-
rating:
3430-
description: The rating given by the user (1-5)
3431-
format: int32
3432-
title: Rating
3433-
type: integer
3434-
x-stream-index: "005"
3435-
reason:
3436-
description: The reason provided by the user for the rating
3437-
title: Reason
3438-
type: string
3439-
x-stream-index: "006"
3440-
sdk:
3441-
type: string
3442-
x-stream-index: "008"
3443-
sdk_version:
3444-
type: string
3445-
x-stream-index: "009"
3446-
session_id:
3447-
description: Call session ID
3448-
title: Session ID
3449-
type: string
3450-
x-stream-index: "003.001"
3451-
type:
3452-
default: call.user_feedback_submitted
3453-
description: The type of event, "call.user_feedback" in this case
3454-
title: Event Type
3455-
type: string
3456-
x-stream-index: "001.001"
3457-
user:
3458-
$ref: '#/components/schemas/UserResponse'
3459-
description: The user who submitted the feedback
3460-
title: User
3461-
x-stream-index: "004"
3462-
required:
3463-
- type
3464-
- created_at
3465-
- call_cid
3466-
- session_id
3467-
- user
3468-
- rating
3469-
title: CallUserFeedbackSubmittedEvent
3470-
type: object
3471-
x-stream-event-call-type: true
3472-
x-stream-event-doc-group: other
3473-
x-stream-is-event: true
3474-
x-stream-ws-base-event-name: VideoEvent
34753413
CallUserMutedEvent:
34763414
description: This event is sent when a call member is muted
34773415
properties:
@@ -17844,7 +17782,6 @@ components:
1784417782
call.transcription_stopped: '#/components/schemas/CallTranscriptionStoppedEvent'
1784517783
call.unblocked_user: '#/components/schemas/UnblockedUserEvent'
1784617784
call.updated: '#/components/schemas/CallUpdatedEvent'
17847-
call.user_feedback_submitted: '#/components/schemas/CallUserFeedbackSubmittedEvent'
1784817785
call.user_muted: '#/components/schemas/CallUserMutedEvent'
1784917786
channel.created: '#/components/schemas/ChannelCreatedEvent'
1785017787
channel.deleted: '#/components/schemas/ChannelDeletedEvent'
@@ -17955,7 +17892,6 @@ components:
1795517892
- $ref: '#/components/schemas/CallTranscriptionStartedEvent'
1795617893
- $ref: '#/components/schemas/CallTranscriptionStoppedEvent'
1795717894
- $ref: '#/components/schemas/CallUpdatedEvent'
17958-
- $ref: '#/components/schemas/CallUserFeedbackSubmittedEvent'
1795917895
- $ref: '#/components/schemas/CallUserMutedEvent'
1796017896
- $ref: '#/components/schemas/ChannelCreatedEvent'
1796117897
- $ref: '#/components/schemas/ChannelDeletedEvent'
@@ -18104,7 +18040,7 @@ components:
1810418040
type: apiKey
1810518041
info:
1810618042
title: Stream API
18107-
version: v165.3.3
18043+
version: v166.0.1
1810818044
openapi: 3.0.3
1810918045
paths:
1811018046
/api/v2/app:

openapi/moderation-clientside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/moderation-clientside-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4637,7 +4637,7 @@ components:
46374637
type: apiKey
46384638
info:
46394639
title: Stream API
4640-
version: v165.3.3
4640+
version: v166.0.1
46414641
openapi: 3.0.3
46424642
paths:
46434643
/api/v2/moderation/ban:

openapi/moderation-serverside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/moderation-serverside-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5592,7 +5592,7 @@ components:
55925592
type: apiKey
55935593
info:
55945594
title: Stream API
5595-
version: v165.3.3
5595+
version: v166.0.1
55965596
openapi: 3.0.3
55975597
paths:
55985598
/api/v2/moderation/analytics:

0 commit comments

Comments
 (0)