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.

21 changes: 19 additions & 2 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13450,6 +13450,23 @@ components:
required:
- language
type: object
TranslateMessageResponse:
description: Basic response information
nullable: true
properties:
duration:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "002.001"
message:
$ref: '#/components/schemas/MessageResponse'
x-stream-index: "001"
required:
- message
- duration
title: Response
type: object
TruncateChannelRequest:
nullable: true
properties:
Expand Down Expand Up @@ -16342,7 +16359,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.11.1
version: v237.11.2
openapi: 3.0.3
paths:
/app:
Expand Down Expand Up @@ -18896,7 +18913,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/MessageActionResponse'
$ref: '#/components/schemas/TranslateMessageResponse'
description: Response
"400":
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

23 changes: 20 additions & 3 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.channels.error
default: export.moderation_logs.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -19064,6 +19064,23 @@ components:
required:
- language
type: object
TranslateMessageResponse:
description: Basic response information
nullable: true
properties:
duration:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "002.001"
message:
$ref: '#/components/schemas/MessageResponse'
x-stream-index: "001"
required:
- message
- duration
title: Response
type: object
TranslationSettings:
properties:
enabled:
Expand Down Expand Up @@ -23375,7 +23392,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.11.1
version: v237.11.2
openapi: 3.0.3
paths:
/app:
Expand Down Expand Up @@ -27414,7 +27431,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/MessageActionResponse'
$ref: '#/components/schemas/TranslateMessageResponse'
description: Response
"400":
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

21 changes: 19 additions & 2 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36345,6 +36345,23 @@ components:
required:
- language
type: object
TranslateMessageResponse:
description: Basic response information
nullable: true
properties:
duration:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "002.001"
message:
$ref: '#/components/schemas/MessageResponse'
x-stream-index: "001"
required:
- message
- duration
title: Response
type: object
TranslationSettings:
properties:
enabled:
Expand Down Expand Up @@ -41509,7 +41526,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.11.1
version: v237.11.2
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -43894,7 +43911,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/MessageActionResponse'
$ref: '#/components/schemas/TranslateMessageResponse'
description: Response
"400":
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8531,7 +8531,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.11.1
version: v237.11.2
openapi: 3.0.3
paths:
/api/v2/moderation/action_config:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6137,7 +6137,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.11.1
version: v237.11.2
openapi: 3.0.3
paths:
/api/v1/moderation/chat_message_tasks:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.bulk_image_moderation.error
default: export.review_queue.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -12051,7 +12051,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.11.1
version: v237.11.2
openapi: 3.0.3
paths:
/api/v2/moderation/action_config:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

23 changes: 20 additions & 3 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3799,7 +3799,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 @@ -47126,6 +47126,23 @@ components:
required:
- language
type: object
TranslateMessageResponse:
description: Basic response information
nullable: true
properties:
duration:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "002.001"
message:
$ref: '#/components/schemas/MessageResponse'
x-stream-index: "001"
required:
- message
- duration
title: Response
type: object
TranslationSettings:
properties:
enabled:
Expand Down Expand Up @@ -54468,7 +54485,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.11.1
version: v237.11.2
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -57657,7 +57674,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/MessageActionResponse'
$ref: '#/components/schemas/TranslateMessageResponse'
description: Response
"400":
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2cde528d1bfa92c6da684f695f62d17d03aacf4cadba245df30f550945692bb0 ./v2/chat-clientside-api.json
8024e07c15ec0810085d269c50e3dcfadf8791e1d55c0cd37d9fe69a87e228df ./v2/chat-clientside-api.json
21 changes: 19 additions & 2 deletions openapi/v2/chat-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18677,6 +18677,23 @@ components:
required:
- language
type: object
TranslateMessageResponse:
description: Basic response information
nullable: true
properties:
duration:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "002.001"
message:
$ref: '#/components/schemas/MessageResponse'
x-stream-index: "001"
required:
- message
- duration
title: Response
type: object
TruncateChannelRequest:
nullable: true
properties:
Expand Down Expand Up @@ -22114,7 +22131,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.11.1
version: v237.11.2
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -24499,7 +24516,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/MessageActionResponse'
$ref: '#/components/schemas/TranslateMessageResponse'
description: Response
"400":
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
de0d986cd2692b947632e70c4b47ac7c2824a536f812ab70532d4ffc67bf1987 ./v2/chat-clientside-api.yaml
d973c8383f8c12fdf3a90771dc678c11fa276c156c474f7a8ab4a1192a6b7ccb ./v2/chat-clientside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e7917acbbebbc6fbab4ff98c3ee6a7fe05a60ce33cd3d9783d935cc4c2ccdb27 ./v2/chat-serverside-api.json
2de68857a5a30e73610f36fe496d0c2e254e01ed1adcaa095a54cb8ae6849d2d ./v2/chat-serverside-api.json
23 changes: 20 additions & 3 deletions openapi/v2/chat-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.channels.error
default: export.moderation_logs.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -27422,6 +27422,23 @@ components:
required:
- language
type: object
TranslateMessageResponse:
description: Basic response information
nullable: true
properties:
duration:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "002.001"
message:
$ref: '#/components/schemas/MessageResponse'
x-stream-index: "001"
required:
- message
- duration
title: Response
type: object
TranslationSettings:
properties:
enabled:
Expand Down Expand Up @@ -32514,7 +32531,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.11.1
version: v237.11.2
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -35703,7 +35720,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/MessageActionResponse'
$ref: '#/components/schemas/TranslateMessageResponse'
description: Response
"400":
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f1f58c9898dd5ffdf15e697562e41a781416a05838c6c517e1e69eabd115b29b ./v2/chat-serverside-api.yaml
a1d68ad55aeddc707269a00b467ed3578b00bc7a1229450d0563728a6d2bcf7e ./v2/chat-serverside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eba83bc56e5261981ad0baf3b00ba00cc2c496e9777b89f7b40c71801d31f001 ./v2/clientside-api.json
b956503fbeb5bc8f220a2cf2733b1a05c0ce0cbf1d687b8aca0773a75443ade4 ./v2/clientside-api.json
21 changes: 19 additions & 2 deletions openapi/v2/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36345,6 +36345,23 @@ components:
required:
- language
type: object
TranslateMessageResponse:
description: Basic response information
nullable: true
properties:
duration:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "002.001"
message:
$ref: '#/components/schemas/MessageResponse'
x-stream-index: "001"
required:
- message
- duration
title: Response
type: object
TranslationSettings:
properties:
enabled:
Expand Down Expand Up @@ -41509,7 +41526,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.11.1
version: v237.11.2
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -43894,7 +43911,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/MessageActionResponse'
$ref: '#/components/schemas/TranslateMessageResponse'
description: Response
"400":
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1139e7ed5847618212e7f441f11d34797f4455d93c64f8f980ef958170d0a64d ./v2/clientside-api.yaml
c46d6e70aefcedfa8c61966453c58fe20e713c724cfd2f42b4107e85d2775f35 ./v2/clientside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/feeds-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/feeds-clientside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bda1d9feb9a6bc42e3b2e709123bca16a52b6c60779f2871518260a1b86a2cd2 ./v2/feeds-clientside-api.json
a57924684c8f5dc0c42c336d6e96ab33c498fec7ea5453076849cdbd9c43f3ff ./v2/feeds-clientside-api.json
2 changes: 1 addition & 1 deletion openapi/v2/feeds-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21147,7 +21147,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.11.1
version: v237.11.2
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/feeds-clientside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cdaefc48f9e5e09991b6bd682baa00eb5117a46cfe60c5386e5b9c06ef9d1acf ./v2/feeds-clientside-api.yaml
0416350e83a79eb4586d480d9581410208264c3694618a13a0e1bf6bc907126a ./v2/feeds-clientside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/feeds-serverside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/feeds-serverside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7cf08cf4505f32a05a7abd37dde1c17814ad559120b67f93ed123866805a6201 ./v2/feeds-serverside-api.json
b08ebd1f4905b6a00c43b160dec9ee6ea7a5057e7ad660630bdaf04e936be2c9 ./v2/feeds-serverside-api.json
Loading
Loading