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: 20 additions & 8 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@ components:
filter_tags:
items:
type: string
maximum: 10
type: array
x-stream-index: "026"
frozen:
Expand Down Expand Up @@ -2294,7 +2295,6 @@ components:
description: List of words to block
items:
type: string
minimum: 1
title: Words
type: array
x-stream-index: "004"
Expand Down Expand Up @@ -7681,6 +7681,12 @@ components:
additionalProperties: {}
type: object
x-stream-index: "001"
filter_values:
additionalProperties: {}
description: Values to interpolate into the predefined filter template
title: Filter Values
type: object
x-stream-index: "011"
limit:
description: Number of channels to limit
format: int32
Expand Down Expand Up @@ -7708,6 +7714,12 @@ components:
title: Offset
type: integer
x-stream-index: "009"
predefined_filter:
description: ID of a predefined filter to use instead of filter_conditions
maxLength: 255
title: Predefined Filter
type: string
x-stream-index: "010"
presence:
title: Presence
type: boolean
Expand All @@ -7720,6 +7732,10 @@ components:
title: Sort
type: array
x-stream-index: "002"
sort_values:
additionalProperties: {}
type: object
x-stream-index: "012"
state:
description: Whether to update channel state or not
title: State
Expand Down Expand Up @@ -7828,7 +7844,6 @@ components:
members:
items:
$ref: '#/components/schemas/ChannelMemberRequest'
maximum: 100
type: array
x-stream-index: "003"
offset:
Expand Down Expand Up @@ -8899,8 +8914,6 @@ components:
type: boolean
x-stream-index: "010"
force_sql_v2_backend:
description: Force usage of SQL v2 search backend
title: Force SQL v2 Backend
type: boolean
x-stream-index: "011"
limit:
Expand Down Expand Up @@ -10266,7 +10279,6 @@ components:
description: List of words to block
items:
type: string
minimum: 1
title: Words
type: array
x-stream-index: "003"
Expand Down Expand Up @@ -10339,6 +10351,7 @@ components:
description: List of filter tags to add to the channel
items:
type: string
maximum: 10
title: Add filter tags
type: array
x-stream-index: "014"
Expand Down Expand Up @@ -10824,7 +10837,6 @@ components:
users:
items:
$ref: '#/components/schemas/UpdateUserPartialRequest'
maximum: 100
type: array
x-stream-index: "001"
required:
Expand Down Expand Up @@ -12142,7 +12154,7 @@ components:
type: apiKey
info:
title: Stream API
version: v214.2.0
version: v214.9.0
openapi: 3.0.3
paths:
/app:
Expand Down Expand Up @@ -12335,7 +12347,7 @@ paths:
Body or URL parameter
title: Connection ID
type: string
x-stream-index: "011.003"
x-stream-index: "014.003"
requestBody:
content:
application/json:
Expand Down
2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

34 changes: 24 additions & 10 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 @@ -2271,6 +2271,7 @@ components:
filter_tags:
items:
type: string
maximum: 10
type: array
x-stream-index: "026"
frozen:
Expand Down Expand Up @@ -3673,7 +3674,6 @@ components:
description: List of words to block
items:
type: string
minimum: 1
title: Words
type: array
x-stream-index: "004"
Expand Down Expand Up @@ -11148,6 +11148,12 @@ components:
additionalProperties: {}
type: object
x-stream-index: "001"
filter_values:
additionalProperties: {}
description: Values to interpolate into the predefined filter template
title: Filter Values
type: object
x-stream-index: "011"
limit:
description: Number of channels to limit
format: int32
Expand Down Expand Up @@ -11175,6 +11181,12 @@ components:
title: Offset
type: integer
x-stream-index: "009"
predefined_filter:
description: ID of a predefined filter to use instead of filter_conditions
maxLength: 255
title: Predefined Filter
type: string
x-stream-index: "010"
sort:
description: List of sort parameters
items:
Expand All @@ -11183,17 +11195,21 @@ components:
title: Sort
type: array
x-stream-index: "002"
sort_values:
additionalProperties: {}
type: object
x-stream-index: "012"
state:
description: Whether to update channel state or not
title: State
type: boolean
x-stream-index: "004"
user:
$ref: '#/components/schemas/UserRequest'
x-stream-index: "010.002"
x-stream-index: "013.002"
user_id:
type: string
x-stream-index: "010.001"
x-stream-index: "013.001"
title: Query Channels Request
type: object
x-stream-docs-page-id: query_channels
Expand Down Expand Up @@ -11298,7 +11314,6 @@ components:
members:
items:
$ref: '#/components/schemas/ChannelMemberRequest'
maximum: 100
type: array
x-stream-index: "003"
offset:
Expand Down Expand Up @@ -12841,8 +12856,6 @@ components:
type: boolean
x-stream-index: "010"
force_sql_v2_backend:
description: Force usage of SQL v2 search backend
title: Force SQL v2 Backend
type: boolean
x-stream-index: "011"
limit:
Expand Down Expand Up @@ -14371,6 +14384,7 @@ components:
items:
type: string
maximum: 100
minimum: 1
type: array
x-stream-index: "001"
required:
Expand Down Expand Up @@ -14656,6 +14670,7 @@ components:
user_search_disallowed_roles:
items:
type: string
maximum: 10
type: array
x-stream-index: "001.012"
webhook_events:
Expand Down Expand Up @@ -14686,7 +14701,6 @@ components:
description: List of words to block
items:
type: string
minimum: 1
title: Words
type: array
x-stream-index: "003"
Expand Down Expand Up @@ -14765,6 +14779,7 @@ components:
description: List of filter tags to add to the channel
items:
type: string
maximum: 10
title: Add filter tags
type: array
x-stream-index: "014"
Expand Down Expand Up @@ -15725,7 +15740,6 @@ components:
users:
items:
$ref: '#/components/schemas/UpdateUserPartialRequest'
maximum: 100
type: array
x-stream-index: "001"
required:
Expand Down Expand Up @@ -17260,7 +17274,7 @@ components:
type: apiKey
info:
title: Stream API
version: v214.2.0
version: v214.9.0
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