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 @@ -12007,7 +12007,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.7.0
version: v198.9.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 @@ -605,7 +605,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 @@ -16601,7 +16601,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.7.0
version: v198.9.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.

153 changes: 145 additions & 8 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,28 +573,31 @@ components:
description: Whether to hide this activity
title: bool
type: boolean
x-stream-index: "003"
x-stream-index: "004"
mute_user:
description: Whether to mute the user who created this activity
title: bool
type: boolean
x-stream-index: "005"
x-stream-index: "006"
reason:
description: Reason for the feedback (optional)
maxLength: 1000
title: string
type: string
x-stream-index: "006"
x-stream-index: "007"
report:
description: Whether to report this activity
title: bool
type: boolean
x-stream-index: "004"
x-stream-index: "005"
show_less:
description: Whether to show less content like this
title: bool
type: boolean
x-stream-index: "002"
show_more:
type: boolean
x-stream-index: "003"
title: Activity Feedback Request
type: object
ActivityFeedbackResponse:
Expand Down Expand Up @@ -14680,6 +14683,30 @@ components:
title: Message
type: object
x-stream-docs-page-id: send_message
MetricThreshold:
properties:
level:
type: string
x-stream-index: "001"
operator:
type: string
x-stream-index: "002"
value:
format: float
type: number
x-stream-index: "003"
value_unit:
type: string
x-stream-index: "004"
window_seconds:
format: int32
type: integer
x-stream-index: "005"
required:
- level
- operator
- value
type: object
ModerationActionConfig:
nullable: true
properties:
Expand Down Expand Up @@ -15897,6 +15924,42 @@ components:
required:
- id
type: object
OwnCapabilitiesBatchRequest:
nullable: true
properties:
feeds:
description: List of feed IDs to get capabilities for
items:
type: string
maximum: 100
minimum: 1
title: Feed IDs
type: array
x-stream-index: "001"
required:
- feeds
title: Own Capabilities Batch Request
type: object
OwnCapabilitiesBatchResponse:
nullable: true
properties:
capabilities:
additionalProperties:
items:
$ref: '#/components/schemas/FeedOwnCapability'
type: array
description: Map of feed ID to capabilities array
title: Capabilities
type: object
x-stream-index: "001"
duration:
type: string
x-stream-index: "002.001"
required:
- capabilities
- duration
title: Own Capabilities Batch Response
type: object
OwnCapability:
description: All possibility of string to use
enum:
Expand Down Expand Up @@ -16341,13 +16404,20 @@ components:
type: array
type: object
x-stream-index: "001"
global_thresholds:
additionalProperties:
items:
$ref: '#/components/schemas/MetricThreshold'
type: array
type: object
x-stream-index: "002"
tracks:
additionalProperties:
items:
$ref: '#/components/schemas/ParticipantSeriesTrackMetrics'
type: array
type: object
x-stream-index: "002"
x-stream-index: "003"
type: object
ParticipantSeriesSubscriberStats:
properties:
Expand All @@ -16361,11 +16431,18 @@ components:
type: array
type: object
x-stream-index: "001"
global_thresholds:
additionalProperties:
items:
$ref: '#/components/schemas/MetricThreshold'
type: array
type: object
x-stream-index: "002"
subscriptions:
items:
$ref: '#/components/schemas/ParticipantSeriesSubscriptionTrackMetrics'
type: array
x-stream-index: "002"
x-stream-index: "003"
type: object
ParticipantSeriesSubscriptionTrackMetrics:
properties:
Expand Down Expand Up @@ -16414,6 +16491,9 @@ components:
type: object
ParticipantSeriesTrackMetrics:
properties:
codec:
type: string
x-stream-index: "004"
label:
type: string
x-stream-index: "002"
Expand All @@ -16426,7 +16506,17 @@ components:
type: array
type: array
type: object
x-stream-index: "004"
x-stream-index: "006"
rid:
type: string
x-stream-index: "005"
thresholds:
additionalProperties:
items:
$ref: '#/components/schemas/MetricThreshold'
type: array
type: object
x-stream-index: "007"
track_id:
type: string
x-stream-index: "001"
Expand All @@ -16448,6 +16538,13 @@ components:
type: array
type: object
x-stream-index: "001"
thresholds:
additionalProperties:
items:
$ref: '#/components/schemas/MetricThreshold'
type: array
type: object
x-stream-index: "002"
type: object
PendingMessageEvent:
description: Pending message event for async moderation
Expand Down Expand Up @@ -26630,7 +26727,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.7.0
version: v198.9.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -31685,6 +31782,46 @@ paths:
summary: Create multiple feeds at once
tags:
- product:feeds
/api/v2/feeds/feeds/own_capabilities/batch:
post:
description: |
Retrieves capabilities for multiple feeds in a single request. Useful for batch processing when activities are added to feeds.
operationId: OwnCapabilitiesBatch
parameters:
- in: query
name: connection_id
schema:
type: string
x-stream-index: "003.003"
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/OwnCapabilitiesBatchRequest'
description: Own Capabilities Batch Request
required: true
responses:
"201":
content:
application/json:
schema:
$ref: '#/components/schemas/OwnCapabilitiesBatchResponse'
description: Own Capabilities Batch Response
"400":
content:
application/json:
schema:
$ref: '#/components/schemas/APIError'
description: Bad request
"429":
content:
application/json:
schema:
$ref: '#/components/schemas/APIError'
description: Too many requests
summary: Get capabilities for multiple feeds
tags:
- product:feeds
/api/v2/feeds/feeds/query:
post:
description: |
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 @@ -6163,7 +6163,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.7.0
version: v198.9.0
openapi: 3.0.3
paths:
/api/v2/moderation/ban:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7415,7 +7415,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.7.0
version: v198.9.0
openapi: 3.0.3
paths:
/api/v2/moderation/ban:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

Loading