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 @@ -16465,7 +16465,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.38.0
version: v238.0.1
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 @@ -645,7 +645,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 @@ -23621,7 +23621,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.38.0
version: v238.0.1
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.

63 changes: 40 additions & 23 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30107,6 +30107,16 @@ components:
- $lt
- $lte
type: date
confidence_score:
operators:
- $eq
- $exists
- $gt
- $gte
- $in
- $lt
- $lte
type: number
config_key:
operators:
- $eq
Expand Down Expand Up @@ -32441,10 +32451,10 @@ components:
$ref: '#/components/schemas/ActionLogResponse'
title: Actions
type: array
x-stream-index: "025"
x-stream-index: "026"
activity:
$ref: '#/components/schemas/EnrichedActivity'
x-stream-index: "017"
x-stream-index: "018"
ai_text_severity:
description: AI-determined text severity
title: AI Text Severity
Expand All @@ -32454,31 +32464,38 @@ components:
$ref: '#/components/schemas/AppealItemResponse'
description: Appeal submitted for this item if it exists
title: Appeal
x-stream-index: "026"
x-stream-index: "027"
assigned_to:
$ref: '#/components/schemas/UserResponse'
description: Moderator assigned to review this item
title: Assigned To
x-stream-index: "022"
x-stream-index: "023"
bans:
description: Associated ban records
items:
$ref: '#/components/schemas/BanInfoResponse'
title: Bans
type: array
x-stream-index: "023"
x-stream-index: "024"
call:
$ref: '#/components/schemas/ModerationCallResponse'
x-stream-index: "019"
x-stream-index: "020"
completed_at:
description: When the review was completed
format: date-time
title: Completed At
type: number
x-stream-index: "009"
confidence_score:
description: Highest per-label confidence (0-1) any provider reported across
the item's flags; absent when no flag carried one
format: double
title: Confidence Score
type: number
x-stream-index: "016"
config_key:
type: string
x-stream-index: "032"
x-stream-index: "033"
created_at:
description: When the item was created
format: date-time
Expand All @@ -32489,12 +32506,12 @@ components:
$ref: '#/components/schemas/EntityCreatorResponse'
description: Details about who created the entity
title: Entity Creator
x-stream-index: "020"
x-stream-index: "021"
entity_creator_id:
description: ID of who created the entity
title: Entity Creator ID
type: string
x-stream-index: "021"
x-stream-index: "022"
entity_id:
description: ID of the entity being reviewed
title: Entity ID
Expand All @@ -32509,50 +32526,50 @@ components:
description: Whether the item has been escalated
title: Escalated
type: boolean
x-stream-index: "034"
x-stream-index: "035"
escalated_at:
description: When the item was escalated
format: date-time
title: Escalated At
type: number
x-stream-index: "037"
x-stream-index: "038"
escalated_by:
description: ID of the moderator who escalated the item
title: Escalated By
type: string
x-stream-index: "036"
x-stream-index: "037"
escalation_metadata:
$ref: '#/components/schemas/EscalationMetadata'
description: Escalation details including reason, notes, and priority
title: Escalation Metadata
x-stream-index: "035"
x-stream-index: "036"
feeds_v2_activity:
$ref: '#/components/schemas/EnrichedActivity'
description: Associated feed activity
title: Feeds V2 Activity
x-stream-index: "027"
x-stream-index: "028"
feeds_v2_reaction:
$ref: '#/components/schemas/Reaction'
description: Associated feed reaction
title: Feeds V2 Reaction
x-stream-index: "028"
x-stream-index: "029"
feeds_v3_activity:
$ref: '#/components/schemas/FeedsV3ActivityResponse'
x-stream-index: "029"
x-stream-index: "030"
feeds_v3_comment:
$ref: '#/components/schemas/FeedsV3CommentResponse'
x-stream-index: "030"
x-stream-index: "031"
flags:
description: Associated flag records
items:
$ref: '#/components/schemas/ModerationFlagResponse'
title: Flags
type: array
x-stream-index: "024"
x-stream-index: "025"
flags_count:
format: int32
type: integer
x-stream-index: "033"
x-stream-index: "034"
id:
description: Unique identifier of the review queue item
title: ID
Expand All @@ -32572,15 +32589,15 @@ components:
$ref: '#/components/schemas/ChatMessageResponse'
description: Associated message details
title: Message
x-stream-index: "016"
x-stream-index: "017"
moderation_payload:
$ref: '#/components/schemas/ModerationPayloadResponse'
description: Content being moderated
title: Moderation Payload
x-stream-index: "006"
reaction:
$ref: '#/components/schemas/Reaction'
x-stream-index: "018"
x-stream-index: "019"
recommended_action:
description: Suggested moderation action
title: Recommended Action
Expand Down Expand Up @@ -32614,7 +32631,7 @@ components:
type: string
title: Teams
type: array
x-stream-index: "031"
x-stream-index: "032"
updated_at:
description: When the item was last updated
format: date-time
Expand Down Expand Up @@ -41752,7 +41769,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.38.0
version: v238.0.1
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.json

Large diffs are not rendered by default.

63 changes: 40 additions & 23 deletions openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6374,6 +6374,16 @@ components:
- $lt
- $lte
type: date
confidence_score:
operators:
- $eq
- $exists
- $gt
- $gte
- $in
- $lt
- $lte
type: number
config_key:
operators:
- $eq
Expand Down Expand Up @@ -7025,10 +7035,10 @@ components:
$ref: '#/components/schemas/ActionLogResponse'
title: Actions
type: array
x-stream-index: "025"
x-stream-index: "026"
activity:
$ref: '#/components/schemas/EnrichedActivity'
x-stream-index: "017"
x-stream-index: "018"
ai_text_severity:
description: AI-determined text severity
title: AI Text Severity
Expand All @@ -7038,31 +7048,38 @@ components:
$ref: '#/components/schemas/AppealItemResponse'
description: Appeal submitted for this item if it exists
title: Appeal
x-stream-index: "026"
x-stream-index: "027"
assigned_to:
$ref: '#/components/schemas/UserResponse'
description: Moderator assigned to review this item
title: Assigned To
x-stream-index: "022"
x-stream-index: "023"
bans:
description: Associated ban records
items:
$ref: '#/components/schemas/BanInfoResponse'
title: Bans
type: array
x-stream-index: "023"
x-stream-index: "024"
call:
$ref: '#/components/schemas/ModerationCallResponse'
x-stream-index: "019"
x-stream-index: "020"
completed_at:
description: When the review was completed
format: date-time
title: Completed At
type: number
x-stream-index: "009"
confidence_score:
description: Highest per-label confidence (0-1) any provider reported across
the item's flags; absent when no flag carried one
format: double
title: Confidence Score
type: number
x-stream-index: "016"
config_key:
type: string
x-stream-index: "032"
x-stream-index: "033"
created_at:
description: When the item was created
format: date-time
Expand All @@ -7073,12 +7090,12 @@ components:
$ref: '#/components/schemas/EntityCreatorResponse'
description: Details about who created the entity
title: Entity Creator
x-stream-index: "020"
x-stream-index: "021"
entity_creator_id:
description: ID of who created the entity
title: Entity Creator ID
type: string
x-stream-index: "021"
x-stream-index: "022"
entity_id:
description: ID of the entity being reviewed
title: Entity ID
Expand All @@ -7093,50 +7110,50 @@ components:
description: Whether the item has been escalated
title: Escalated
type: boolean
x-stream-index: "034"
x-stream-index: "035"
escalated_at:
description: When the item was escalated
format: date-time
title: Escalated At
type: number
x-stream-index: "037"
x-stream-index: "038"
escalated_by:
description: ID of the moderator who escalated the item
title: Escalated By
type: string
x-stream-index: "036"
x-stream-index: "037"
escalation_metadata:
$ref: '#/components/schemas/EscalationMetadata'
description: Escalation details including reason, notes, and priority
title: Escalation Metadata
x-stream-index: "035"
x-stream-index: "036"
feeds_v2_activity:
$ref: '#/components/schemas/EnrichedActivity'
description: Associated feed activity
title: Feeds V2 Activity
x-stream-index: "027"
x-stream-index: "028"
feeds_v2_reaction:
$ref: '#/components/schemas/Reaction'
description: Associated feed reaction
title: Feeds V2 Reaction
x-stream-index: "028"
x-stream-index: "029"
feeds_v3_activity:
$ref: '#/components/schemas/FeedsV3ActivityResponse'
x-stream-index: "029"
x-stream-index: "030"
feeds_v3_comment:
$ref: '#/components/schemas/FeedsV3CommentResponse'
x-stream-index: "030"
x-stream-index: "031"
flags:
description: Associated flag records
items:
$ref: '#/components/schemas/ModerationFlagResponse'
title: Flags
type: array
x-stream-index: "024"
x-stream-index: "025"
flags_count:
format: int32
type: integer
x-stream-index: "033"
x-stream-index: "034"
id:
description: Unique identifier of the review queue item
title: ID
Expand All @@ -7156,15 +7173,15 @@ components:
$ref: '#/components/schemas/ChatMessageResponse'
description: Associated message details
title: Message
x-stream-index: "016"
x-stream-index: "017"
moderation_payload:
$ref: '#/components/schemas/ModerationPayloadResponse'
description: Content being moderated
title: Moderation Payload
x-stream-index: "006"
reaction:
$ref: '#/components/schemas/Reaction'
x-stream-index: "018"
x-stream-index: "019"
recommended_action:
description: Suggested moderation action
title: Recommended Action
Expand Down Expand Up @@ -7198,7 +7215,7 @@ components:
type: string
title: Teams
type: array
x-stream-index: "031"
x-stream-index: "032"
updated_at:
description: When the item was last updated
format: date-time
Expand Down Expand Up @@ -8562,7 +8579,7 @@ components:
type: apiKey
info:
title: Stream API
version: v237.38.0
version: v238.0.1
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.

Loading
Loading