Skip to content
Merged
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.

6 changes: 3 additions & 3 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4207,7 +4207,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 @@ -4299,7 +4299,7 @@ components:
mentioned_users:
items:
type: string
maximum: 25
maximum: 100
type: array
x-stream-index: "008"
mml:
Expand Down Expand Up @@ -10506,7 +10506,7 @@ components:
type: apiKey
info:
title: Stream API
version: v170.0.0
version: v173.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.

18 changes: 14 additions & 4 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.moderation_logs.error
default: export.channels.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -7036,7 +7036,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: message.new
default: notification.thread_message_new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -7131,7 +7131,7 @@ components:
mentioned_users:
items:
type: string
maximum: 25
maximum: 100
type: array
x-stream-index: "008"
mml:
Expand Down Expand Up @@ -10771,6 +10771,12 @@ components:
title: S3ApiKey
type: string
x-stream-index: "002"
s3_custom_endpoint_url:
description: The custom endpoint for S3. If you want to use a custom endpoint,
you must also provide the `s3_api_key` and `s3_secret` parameters.
title: S3CustomEndpointURL
type: string
x-stream-index: "004"
s3_region:
description: The AWS region where the bucket is hosted
title: S3Region
Expand Down Expand Up @@ -11846,6 +11852,10 @@ components:
- ms
- "no"
- uk
- bg
- et
- sl
- sk
title: Language
type: string
x-stream-index: "004"
Expand Down Expand Up @@ -14616,7 +14626,7 @@ components:
type: apiKey
info:
title: Stream API
version: v170.0.0
version: v173.0.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