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.

7 changes: 6 additions & 1 deletion openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1382,6 +1382,11 @@ components:
disabled:
type: boolean
x-stream-index: "014"
filter_tags:
items:
type: string
type: array
x-stream-index: "026"
frozen:
description: Freeze or unfreeze the channel
title: Frozen
Expand Down Expand Up @@ -12167,7 +12172,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v202.0.0
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.

44 changes: 39 additions & 5 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.channels.error
default: export.bulk_image_moderation.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -1266,12 +1266,28 @@ components:
- updated_at
- recording_external_storage
type: object
CampaignChannelMember:
nullable: true
properties:
channel_role:
type: string
x-stream-index: "002"
custom:
additionalProperties: {}
type: object
x-stream-index: "003"
user_id:
type: string
x-stream-index: "001"
required:
- user_id
type: object
CampaignChannelTemplate:
properties:
custom:
additionalProperties: {}
type: object
x-stream-index: "005"
x-stream-index: "006"
id:
type: string
x-stream-index: "002"
Expand All @@ -1281,10 +1297,16 @@ components:
maximum: 1000
type: array
x-stream-index: "003"
members_template:
items:
$ref: '#/components/schemas/CampaignChannelMember'
maximum: 1000
type: array
x-stream-index: "004"
team:
maxLength: 1000
type: string
x-stream-index: "004"
x-stream-index: "005"
type:
maxLength: 64
type: string
Expand Down Expand Up @@ -2200,6 +2222,11 @@ components:
disabled:
type: boolean
x-stream-index: "014"
filter_tags:
items:
type: string
type: array
x-stream-index: "026"
frozen:
description: Freeze or unfreeze the channel
title: Frozen
Expand Down Expand Up @@ -7850,7 +7877,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: notification.thread_message_new
default: message.new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -16802,7 +16829,7 @@ components:
type: apiKey
info:
title: Stream API
version: v200.1.0
version: v202.0.0
openapi: 3.0.3
paths:
/app:
Expand Down Expand Up @@ -22255,6 +22282,13 @@ paths:
description: |
Fetch unread counts for a single user
operationId: UnreadCounts
parameters:
- in: query
name: user_id
schema:
type: string
writeOnly: true
x-stream-index: "001.001"
responses:
"200":
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

Loading