Skip to content

Commit cbf3313

Browse files
committed
Update video openapi Spec
1 parent f6562a0 commit cbf3313

File tree

56 files changed

+330
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+330
-114
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
@@ -14454,7 +14454,7 @@ components:
1445414454
type: apiKey
1445514455
info:
1445614456
title: Stream API
14457-
version: v223.38.0
14457+
version: v223.40.0
1445814458
openapi: 3.0.3
1445914459
paths:
1446014460
/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
@@ -592,7 +592,7 @@ components:
592592
type: string
593593
x-stream-index: "002.001"
594594
type:
595-
default: export.moderation_logs.error
595+
default: export.bulk_image_moderation.error
596596
type: string
597597
x-stream-index: "003.002"
598598
required:
@@ -19549,7 +19549,7 @@ components:
1954919549
type: apiKey
1955019550
info:
1955119551
title: Stream API
19552-
version: v223.38.0
19552+
version: v223.40.0
1955319553
openapi: 3.0.3
1955419554
paths:
1955519555
/app:

openapi/clientside-api.json

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

openapi/clientside-api.yaml

Lines changed: 35 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14785,10 +14785,13 @@ components:
1478514785
type: string
1478614786
type: array
1478714787
x-stream-index: "001"
14788+
label_operator:
14789+
type: string
14790+
x-stream-index: "002"
1478814791
min_confidence:
1478914792
format: float
1479014793
type: number
14791-
x-stream-index: "002"
14794+
x-stream-index: "003"
1479214795
type: object
1479314796
ImageData:
1479414797
properties:
@@ -28049,6 +28052,9 @@ components:
2804928052
type: string
2805028053
type: array
2805128054
x-stream-index: "001"
28055+
label_operator:
28056+
type: string
28057+
x-stream-index: "006"
2805228058
llm_harm_labels:
2805328059
additionalProperties:
2805428060
type: string
@@ -32873,6 +32879,9 @@ components:
3287332879
type: string
3287432880
type: array
3287532881
x-stream-index: "001"
32882+
label_operator:
32883+
type: string
32884+
x-stream-index: "002"
3287632885
type: object
3287732886
VideoEndCallRequestPayload:
3287832887
description: Configuration for ending video call
@@ -33752,7 +33761,7 @@ components:
3375233761
type: apiKey
3375333762
info:
3375433763
title: Stream API
33755-
version: v223.38.0
33764+
version: v223.40.0
3375633765
openapi: 3.0.3
3375733766
paths:
3375833767
/api/v2/app:
@@ -37929,6 +37938,15 @@ paths:
3792937938
type: integer
3793037939
writeOnly: true
3793137940
x-stream-index: "005"
37941+
- in: query
37942+
name: id_around
37943+
schema:
37944+
description: Returns the comment with the specified ID along with surrounding
37945+
comments for context
37946+
title: ID Around
37947+
type: string
37948+
writeOnly: true
37949+
x-stream-index: "006"
3793237950
- in: query
3793337951
name: limit
3793437952
schema:
@@ -37939,19 +37957,19 @@ paths:
3793937957
title: Root Limit
3794037958
type: integer
3794137959
writeOnly: true
37942-
x-stream-index: "007.001"
37960+
x-stream-index: "008.001"
3794337961
- in: query
3794437962
name: prev
3794537963
schema:
3794637964
type: string
3794737965
writeOnly: true
37948-
x-stream-index: "007.002"
37966+
x-stream-index: "008.002"
3794937967
- in: query
3795037968
name: next
3795137969
schema:
3795237970
type: string
3795337971
writeOnly: true
37954-
x-stream-index: "007.003"
37972+
x-stream-index: "008.003"
3795537973
responses:
3795637974
"200":
3795737975
content:
@@ -38365,6 +38383,15 @@ paths:
3836538383
type: integer
3836638384
writeOnly: true
3836738385
x-stream-index: "004"
38386+
- in: query
38387+
name: id_around
38388+
schema:
38389+
description: Returns the reply with the specified ID along with surrounding
38390+
replies for context
38391+
title: ID Around
38392+
type: string
38393+
writeOnly: true
38394+
x-stream-index: "005"
3836838395
- in: query
3836938396
name: limit
3837038397
schema:
@@ -38375,19 +38402,19 @@ paths:
3837538402
title: Reply Limit
3837638403
type: integer
3837738404
writeOnly: true
38378-
x-stream-index: "006.001"
38405+
x-stream-index: "007.001"
3837938406
- in: query
3838038407
name: prev
3838138408
schema:
3838238409
type: string
3838338410
writeOnly: true
38384-
x-stream-index: "006.002"
38411+
x-stream-index: "007.002"
3838538412
- in: query
3838638413
name: next
3838738414
schema:
3838838415
type: string
3838938416
writeOnly: true
38390-
x-stream-index: "006.003"
38417+
x-stream-index: "007.003"
3839138418
responses:
3839238419
"200":
3839338420
content:

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: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3989,10 +3989,13 @@ components:
39893989
type: string
39903990
type: array
39913991
x-stream-index: "001"
3992+
label_operator:
3993+
type: string
3994+
x-stream-index: "002"
39923995
min_confidence:
39933996
format: float
39943997
type: number
3995-
x-stream-index: "002"
3998+
x-stream-index: "003"
39963999
type: object
39974000
ImageData:
39984001
properties:
@@ -6767,6 +6770,9 @@ components:
67676770
type: string
67686771
type: array
67696772
x-stream-index: "001"
6773+
label_operator:
6774+
type: string
6775+
x-stream-index: "006"
67706776
llm_harm_labels:
67716777
additionalProperties:
67726778
type: string
@@ -7398,6 +7404,9 @@ components:
73987404
type: string
73997405
type: array
74007406
x-stream-index: "001"
7407+
label_operator:
7408+
type: string
7409+
x-stream-index: "002"
74017410
type: object
74027411
VideoEndCallRequestPayload:
74037412
description: Configuration for ending video call
@@ -7521,7 +7530,7 @@ components:
75217530
type: apiKey
75227531
info:
75237532
title: Stream API
7524-
version: v223.38.0
7533+
version: v223.40.0
75257534
openapi: 3.0.3
75267535
paths:
75277536
/api/v2/moderation/appeal:

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: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4556,10 +4556,13 @@ components:
45564556
type: string
45574557
type: array
45584558
x-stream-index: "001"
4559+
label_operator:
4560+
type: string
4561+
x-stream-index: "002"
45594562
min_confidence:
45604563
format: float
45614564
type: number
4562-
x-stream-index: "002"
4565+
x-stream-index: "003"
45634566
type: object
45644567
ImageData:
45654568
properties:
@@ -8087,6 +8090,9 @@ components:
80878090
type: string
80888091
type: array
80898092
x-stream-index: "001"
8093+
label_operator:
8094+
type: string
8095+
x-stream-index: "006"
80908096
llm_harm_labels:
80918097
additionalProperties:
80928098
type: string
@@ -8965,6 +8971,9 @@ components:
89658971
type: string
89668972
type: array
89678973
x-stream-index: "001"
8974+
label_operator:
8975+
type: string
8976+
x-stream-index: "002"
89688977
type: object
89698978
VideoEndCallRequestPayload:
89708979
description: Configuration for ending video call
@@ -9097,7 +9106,7 @@ components:
90979106
type: apiKey
90989107
info:
90999108
title: Stream API
9100-
version: v223.38.0
9109+
version: v223.40.0
91019110
openapi: 3.0.3
91029111
paths:
91039112
/api/v2/moderation/action_logs:

0 commit comments

Comments
 (0)