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.

2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10378,7 +10378,7 @@ components:
type: apiKey
info:
title: Stream API
version: v167.0.1
version: v167.1.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.

4 changes: 2 additions & 2 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.channels.error
default: export.users.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -14545,7 +14545,7 @@ components:
type: apiKey
info:
title: Stream API
version: v167.0.1
version: v167.1.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.

24 changes: 12 additions & 12 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8796,7 +8796,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 @@ -18038,7 +18038,7 @@ components:
type: apiKey
info:
title: Stream API
version: v167.0.1
version: v167.1.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -21491,7 +21491,7 @@ paths:
/api/v2/moderation/config:
post:
description: |
Moderation v2 upsert configuration
Create a new moderation configuration or update an existing one. Configure settings for content filtering, AI analysis, toxicity detection, and other moderation features.
operationId: upsert_config
requestBody:
content:
Expand All @@ -21518,7 +21518,7 @@ paths:
schema:
$ref: '#/components/schemas/APIError'
description: Too many requests
summary: Moderation v2 upsert configuration
summary: Create or update moderation configuration
tags:
- product:moderation
/api/v2/moderation/config/{key}:
Expand Down Expand Up @@ -21566,7 +21566,7 @@ paths:
- product:moderation
get:
description: |
Moderation v2 get configuration
Retrieve a specific moderation configuration by its key and team. This configuration contains settings for various moderation features like toxicity detection, AI analysis, and filtering rules.
operationId: get_config
parameters:
- in: path
Expand Down Expand Up @@ -21603,13 +21603,13 @@ paths:
schema:
$ref: '#/components/schemas/APIError'
description: Too many requests
summary: Moderation v2 get configuration
summary: Get moderation configuration
tags:
- product:moderation
/api/v2/moderation/configs:
post:
description: |
Query moderation configs. This is used for building a moderation dashboard.
Search and filter moderation configurations across your application. This endpoint is designed for building moderation dashboards and managing multiple configuration sets.
operationId: query_moderation_configs
requestBody:
content:
Expand All @@ -21636,13 +21636,13 @@ paths:
schema:
$ref: '#/components/schemas/APIError'
description: Too many requests
summary: Query moderation configs
summary: Query moderation configurations
tags:
- product:moderation
/api/v2/moderation/flag:
post:
description: |
Moderation v2 flag
Flag any type of content (messages, users, channels, activities) for moderation review. Supports custom content types and additional metadata for flagged content.
operationId: flag
requestBody:
content:
Expand All @@ -21669,7 +21669,7 @@ paths:
schema:
$ref: '#/components/schemas/APIError'
description: Too many requests
summary: Moderation v2 flag
summary: Flag content for moderation
tags:
- product:moderation
/api/v2/moderation/mute:
Expand Down Expand Up @@ -21742,7 +21742,7 @@ paths:
/api/v2/moderation/submit_action:
post:
description: |
Moderation v2 submit action
Take action on flagged content, such as marking content as safe, deleting content, banning users, or executing custom moderation actions. Supports various action types with configurable parameters.
operationId: submit_action
requestBody:
content:
Expand All @@ -21769,7 +21769,7 @@ paths:
schema:
$ref: '#/components/schemas/APIError'
description: Too many requests
summary: Moderation v2 submit action
summary: Submit moderation action
tags:
- product:moderation
/api/v2/og:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4626,7 +4626,7 @@ components:
type: apiKey
info:
title: Stream API
version: v167.0.1
version: v167.1.0
openapi: 3.0.3
paths:
/api/v2/moderation/ban:
Expand Down Expand Up @@ -4665,7 +4665,7 @@ paths:
/api/v2/moderation/config:
post:
description: |
Moderation v2 upsert configuration
Create a new moderation configuration or update an existing one. Configure settings for content filtering, AI analysis, toxicity detection, and other moderation features.
operationId: upsert_config
requestBody:
content:
Expand All @@ -4692,7 +4692,7 @@ paths:
schema:
$ref: '#/components/schemas/APIError'
description: Too many requests
summary: Moderation v2 upsert configuration
summary: Create or update moderation configuration
tags:
- product:moderation
/api/v2/moderation/config/{key}:
Expand Down Expand Up @@ -4740,7 +4740,7 @@ paths:
- product:moderation
get:
description: |
Moderation v2 get configuration
Retrieve a specific moderation configuration by its key and team. This configuration contains settings for various moderation features like toxicity detection, AI analysis, and filtering rules.
operationId: get_config
parameters:
- in: path
Expand Down Expand Up @@ -4777,13 +4777,13 @@ paths:
schema:
$ref: '#/components/schemas/APIError'
description: Too many requests
summary: Moderation v2 get configuration
summary: Get moderation configuration
tags:
- product:moderation
/api/v2/moderation/configs:
post:
description: |
Query moderation configs. This is used for building a moderation dashboard.
Search and filter moderation configurations across your application. This endpoint is designed for building moderation dashboards and managing multiple configuration sets.
operationId: query_moderation_configs
requestBody:
content:
Expand All @@ -4810,13 +4810,13 @@ paths:
schema:
$ref: '#/components/schemas/APIError'
description: Too many requests
summary: Query moderation configs
summary: Query moderation configurations
tags:
- product:moderation
/api/v2/moderation/flag:
post:
description: |
Moderation v2 flag
Flag any type of content (messages, users, channels, activities) for moderation review. Supports custom content types and additional metadata for flagged content.
operationId: flag
requestBody:
content:
Expand All @@ -4843,7 +4843,7 @@ paths:
schema:
$ref: '#/components/schemas/APIError'
description: Too many requests
summary: Moderation v2 flag
summary: Flag content for moderation
tags:
- product:moderation
/api/v2/moderation/mute:
Expand Down Expand Up @@ -4916,7 +4916,7 @@ paths:
/api/v2/moderation/submit_action:
post:
description: |
Moderation v2 submit action
Take action on flagged content, such as marking content as safe, deleting content, banning users, or executing custom moderation actions. Supports various action types with configurable parameters.
operationId: submit_action
requestBody:
content:
Expand All @@ -4943,7 +4943,7 @@ paths:
schema:
$ref: '#/components/schemas/APIError'
description: Too many requests
summary: Moderation v2 submit action
summary: Submit moderation action
tags:
- product:moderation
security:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

Loading