Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

28 changes: 26 additions & 2 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6690,6 +6690,24 @@ components:
type: integer
x-stream-index: "002"
type: object
ParsedPredefinedFilterResponse:
properties:
filter:
additionalProperties: {}
type: object
x-stream-index: "002"
name:
type: string
x-stream-index: "001"
sort:
items:
$ref: '#/components/schemas/SortParamRequest'
type: array
x-stream-index: "003"
required:
- name
- filter
type: object
PendingMessageEvent:
description: Pending message event for async moderation
nullable: true
Expand Down Expand Up @@ -7795,7 +7813,13 @@ components:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "002.001"
x-stream-index: "003.001"
predefined_filter:
$ref: '#/components/schemas/ParsedPredefinedFilterResponse'
description: The parsed predefined filter with interpolated values, only
present when using a predefined filter
title: Predefined Filter
x-stream-index: "002"
required:
- channels
- duration
Expand Down Expand Up @@ -12233,7 +12257,7 @@ components:
type: apiKey
info:
title: Stream API
version: v215.4.0
version: v219.1.2
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.

38 changes: 34 additions & 4 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.bulk_image_moderation.error
default: export.channels.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -7131,12 +7131,18 @@ components:
type: object
ImportV2TaskSettings:
properties:
mode:
type: string
x-stream-index: "002"
path:
type: string
x-stream-index: "003"
s3:
$ref: '#/components/schemas/ImportV2TaskSettingsS3'
x-stream-index: "001"
skip_references_check:
type: boolean
x-stream-index: "002"
x-stream-index: "004"
type: object
ImportV2TaskSettingsS3:
properties:
Expand Down Expand Up @@ -9973,6 +9979,24 @@ components:
type: integer
x-stream-index: "002"
type: object
ParsedPredefinedFilterResponse:
properties:
filter:
additionalProperties: {}
type: object
x-stream-index: "002"
name:
type: string
x-stream-index: "001"
sort:
items:
$ref: '#/components/schemas/SortParamRequest'
type: array
x-stream-index: "003"
required:
- name
- filter
type: object
PendingMessageEvent:
description: Pending message event for async moderation
nullable: true
Expand Down Expand Up @@ -11259,7 +11283,13 @@ components:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "002.001"
x-stream-index: "003.001"
predefined_filter:
$ref: '#/components/schemas/ParsedPredefinedFilterResponse'
description: The parsed predefined filter with interpolated values, only
present when using a predefined filter
title: Predefined Filter
x-stream-index: "002"
required:
- channels
- duration
Expand Down Expand Up @@ -17359,7 +17389,7 @@ components:
type: apiKey
info:
title: Stream API
version: v215.4.0
version: v219.1.2
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.

Loading