Skip to content

Commit c9dcd35

Browse files
committed
Update video openapi Spec
1 parent b8cb621 commit c9dcd35

36 files changed

+5981
-1489
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: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6690,6 +6690,24 @@ components:
66906690
type: integer
66916691
x-stream-index: "002"
66926692
type: object
6693+
ParsedPredefinedFilterResponse:
6694+
properties:
6695+
filter:
6696+
additionalProperties: {}
6697+
type: object
6698+
x-stream-index: "002"
6699+
name:
6700+
type: string
6701+
x-stream-index: "001"
6702+
sort:
6703+
items:
6704+
$ref: '#/components/schemas/SortParamRequest'
6705+
type: array
6706+
x-stream-index: "003"
6707+
required:
6708+
- name
6709+
- filter
6710+
type: object
66936711
PendingMessageEvent:
66946712
description: Pending message event for async moderation
66956713
nullable: true
@@ -7795,7 +7813,13 @@ components:
77957813
description: Duration of the request in milliseconds
77967814
title: Duration
77977815
type: string
7798-
x-stream-index: "002.001"
7816+
x-stream-index: "003.001"
7817+
predefined_filter:
7818+
$ref: '#/components/schemas/ParsedPredefinedFilterResponse'
7819+
description: The parsed predefined filter with interpolated values, only
7820+
present when using a predefined filter
7821+
title: Predefined Filter
7822+
x-stream-index: "002"
77997823
required:
78007824
- channels
78017825
- duration
@@ -12233,7 +12257,7 @@ components:
1223312257
type: apiKey
1223412258
info:
1223512259
title: Stream API
12236-
version: v215.4.0
12260+
version: v219.3.0
1223712261
openapi: 3.0.3
1223812262
paths:
1223912263
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ components:
606606
type: string
607607
x-stream-index: "002.001"
608608
type:
609-
default: export.bulk_image_moderation.error
609+
default: export.users.error
610610
type: string
611611
x-stream-index: "003.002"
612612
required:
@@ -7131,12 +7131,18 @@ components:
71317131
type: object
71327132
ImportV2TaskSettings:
71337133
properties:
7134+
mode:
7135+
type: string
7136+
x-stream-index: "002"
7137+
path:
7138+
type: string
7139+
x-stream-index: "003"
71347140
s3:
71357141
$ref: '#/components/schemas/ImportV2TaskSettingsS3'
71367142
x-stream-index: "001"
71377143
skip_references_check:
71387144
type: boolean
7139-
x-stream-index: "002"
7145+
x-stream-index: "004"
71407146
type: object
71417147
ImportV2TaskSettingsS3:
71427148
properties:
@@ -8350,7 +8356,7 @@ components:
83508356
type: array
83518357
x-stream-index: "001.002"
83528358
type:
8353-
default: notification.thread_message_new
8359+
default: message.new
83548360
type: string
83558361
x-stream-index: "004.001"
83568362
user:
@@ -9973,6 +9979,24 @@ components:
99739979
type: integer
99749980
x-stream-index: "002"
99759981
type: object
9982+
ParsedPredefinedFilterResponse:
9983+
properties:
9984+
filter:
9985+
additionalProperties: {}
9986+
type: object
9987+
x-stream-index: "002"
9988+
name:
9989+
type: string
9990+
x-stream-index: "001"
9991+
sort:
9992+
items:
9993+
$ref: '#/components/schemas/SortParamRequest'
9994+
type: array
9995+
x-stream-index: "003"
9996+
required:
9997+
- name
9998+
- filter
9999+
type: object
997610000
PendingMessageEvent:
997710001
description: Pending message event for async moderation
997810002
nullable: true
@@ -11259,7 +11283,13 @@ components:
1125911283
description: Duration of the request in milliseconds
1126011284
title: Duration
1126111285
type: string
11262-
x-stream-index: "002.001"
11286+
x-stream-index: "003.001"
11287+
predefined_filter:
11288+
$ref: '#/components/schemas/ParsedPredefinedFilterResponse'
11289+
description: The parsed predefined filter with interpolated values, only
11290+
present when using a predefined filter
11291+
title: Predefined Filter
11292+
x-stream-index: "002"
1126311293
required:
1126411294
- channels
1126511295
- duration
@@ -17359,7 +17389,7 @@ components:
1735917389
type: apiKey
1736017390
info:
1736117391
title: Stream API
17362-
version: v215.4.0
17392+
version: v219.3.0
1736317393
openapi: 3.0.3
1736417394
paths:
1736517395
/app:

openapi/clientside-api.json

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

0 commit comments

Comments
 (0)