Skip to content

Commit 3f37c76

Browse files
authored
Update video openapi Spec (#1351)
2 parents 738ce46 + 66bfe78 commit 3f37c76

36 files changed

+282
-165
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4515,7 +4515,7 @@ components:
45154515
type: array
45164516
x-stream-index: "001.002"
45174517
type:
4518-
default: notification.thread_message_new
4518+
default: message.new
45194519
type: string
45204520
x-stream-index: "004.001"
45214521
user:
@@ -11852,7 +11852,7 @@ components:
1185211852
type: apiKey
1185311853
info:
1185411854
title: Stream API
11855-
version: v196.12.3
11855+
version: v196.14.1
1185611856
openapi: 3.0.3
1185711857
paths:
1185811858
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6575,17 +6575,17 @@ components:
65756575
created_at:
65766576
format: date-time
65776577
type: string
6578-
x-stream-index: "007"
6578+
x-stream-index: "005"
65796579
next_state:
65806580
type: string
6581-
x-stream-index: "006"
6581+
x-stream-index: "007"
65826582
prev_state:
65836583
type: string
6584-
x-stream-index: "005"
6584+
x-stream-index: "006"
65856585
required:
6586+
- created_at
65866587
- prev_state
65876588
- next_state
6588-
- created_at
65896589
type: object
65906590
IngressAudioEncodingOptions:
65916591
properties:
@@ -7698,7 +7698,7 @@ components:
76987698
type: array
76997699
x-stream-index: "001.002"
77007700
type:
7701-
default: message.new
7701+
default: notification.thread_message_new
77027702
type: string
77037703
x-stream-index: "004.001"
77047704
user:
@@ -16502,7 +16502,7 @@ components:
1650216502
type: apiKey
1650316503
info:
1650416504
title: Stream API
16505-
version: v196.12.3
16505+
version: v196.14.1
1650616506
openapi: 3.0.3
1650716507
paths:
1650816508
/app:

openapi/clientside-api.json

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

openapi/clientside-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26328,7 +26328,7 @@ components:
2632826328
type: apiKey
2632926329
info:
2633026330
title: Stream API
26331-
version: v196.12.3
26331+
version: v196.14.1
2633226332
openapi: 3.0.3
2633326333
paths:
2633426334
/api/v2/app:
@@ -29646,7 +29646,7 @@ paths:
2964629646
post:
2964729647
description: |
2964829648
Adds a reaction to an activity
29649-
operationId: AddReaction
29649+
operationId: AddActivityReaction
2965029650
parameters:
2965129651
- in: path
2965229652
name: activity_id

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
@@ -6115,7 +6115,7 @@ components:
61156115
type: apiKey
61166116
info:
61176117
title: Stream API
6118-
version: v196.12.3
6118+
version: v196.14.1
61196119
openapi: 3.0.3
61206120
paths:
61216121
/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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ components:
338338
type: string
339339
x-stream-index: "002.001"
340340
type:
341-
default: export.moderation_logs.error
341+
default: export.bulk_image_moderation.error
342342
type: string
343343
x-stream-index: "003.002"
344344
required:
@@ -4035,59 +4035,59 @@ components:
40354035
properties:
40364036
ai_image_config:
40374037
$ref: '#/components/schemas/AIImageConfig'
4038-
x-stream-index: "012"
4038+
x-stream-index: "013"
40394039
ai_image_lite_config:
40404040
$ref: '#/components/schemas/BodyguardImageAnalysisConfig'
4041-
x-stream-index: "011"
4041+
x-stream-index: "012"
40424042
ai_text_config:
40434043
$ref: '#/components/schemas/AITextConfig'
4044-
x-stream-index: "010"
4044+
x-stream-index: "011"
40454045
ai_video_config:
40464046
$ref: '#/components/schemas/AIVideoConfig'
4047-
x-stream-index: "013"
4047+
x-stream-index: "014"
40484048
async:
40494049
type: boolean
4050-
x-stream-index: "005"
4050+
x-stream-index: "006"
40514051
automod_platform_circumvention_config:
40524052
$ref: '#/components/schemas/AutomodPlatformCircumventionConfig'
4053-
x-stream-index: "007"
4053+
x-stream-index: "008"
40544054
automod_semantic_filters_config:
40554055
$ref: '#/components/schemas/AutomodSemanticFiltersConfig'
4056-
x-stream-index: "008"
4056+
x-stream-index: "009"
40574057
automod_toxicity_config:
40584058
$ref: '#/components/schemas/AutomodToxicityConfig'
4059-
x-stream-index: "006"
4059+
x-stream-index: "007"
40604060
block_list_config:
40614061
$ref: '#/components/schemas/BlockListConfig'
4062-
x-stream-index: "009"
4062+
x-stream-index: "010"
40634063
created_at:
40644064
format: date-time
40654065
type: number
40664066
x-stream-index: "019"
40674067
google_vision_config:
40684068
$ref: '#/components/schemas/GoogleVisionConfig'
4069-
x-stream-index: "014"
4069+
x-stream-index: "015"
40704070
key:
40714071
type: string
40724072
x-stream-index: "004"
40734073
llm_config:
40744074
$ref: '#/components/schemas/LLMConfig'
4075-
x-stream-index: "017"
4075+
x-stream-index: "018"
40764076
supported_video_call_harm_types:
40774077
items:
40784078
type: string
40794079
type: array
40804080
x-stream-index: "022"
40814081
team:
40824082
type: string
4083-
x-stream-index: "018"
4083+
x-stream-index: "005"
40844084
updated_at:
40854085
format: date-time
40864086
type: number
40874087
x-stream-index: "020"
40884088
velocity_filter_config:
40894089
$ref: '#/components/schemas/VelocityFilterConfig'
4090-
x-stream-index: "015"
4090+
x-stream-index: "016"
40914091
video_call_rule_config:
40924092
$ref: '#/components/schemas/VideoCallRuleConfig'
40934093
x-stream-index: "021"
@@ -7367,7 +7367,7 @@ components:
73677367
type: apiKey
73687368
info:
73697369
title: Stream API
7370-
version: v196.12.3
7370+
version: v196.14.1
73717371
openapi: 3.0.3
73727372
paths:
73737373
/api/v2/moderation/ban:

0 commit comments

Comments
 (0)