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 @@ -15572,7 +15572,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.16.0
version: v226.17.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 @@ -597,7 +597,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.bulk_image_moderation.error
default: export.users.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -20859,7 +20859,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.16.0
version: v226.17.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.

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

2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6516,7 +6516,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.16.0
version: v226.17.0
openapi: 3.0.3
paths:
/api/v2/moderation/appeal:
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 @@ -4836,7 +4836,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.16.0
version: v226.17.0
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 @@ -585,7 +585,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.bulk_image_moderation.error
default: export.moderation_logs.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -8449,7 +8449,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.16.0
version: v226.17.0
openapi: 3.0.3
paths:
/api/v2/moderation/action_logs:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

135 changes: 133 additions & 2 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3310,7 +3310,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 @@ -31869,6 +31869,65 @@ components:
- stats
- duration
type: object
QueryRevisionHistoryRequest:
nullable: true
properties:
filter:
additionalProperties: {}
description: Filter to apply to the query
maximum: 5
minimum: 1
title: Filter
type: object
x-stream-index: "001"
limit:
format: int32
maximum: 100
minimum: 0
type: integer
x-stream-index: "004.001"
next:
type: string
x-stream-index: "004.002"
prev:
type: string
x-stream-index: "004.003"
sort:
description: Array of sort parameters
items:
$ref: '#/components/schemas/SortParamRequest'
maxItems: 5
title: Sort
type: array
x-stream-index: "002"
required:
- filter
type: object
QueryRevisionHistoryResponse:
nullable: true
properties:
duration:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "003.001"
next:
type: string
x-stream-index: "002.001"
prev:
type: string
x-stream-index: "002.002"
revisions:
description: Revision history entries
items:
$ref: '#/components/schemas/RevisionHistoryResponse'
title: RevisionHistoryResponseList
type: array
x-stream-index: "001"
required:
- revisions
- duration
type: object
QuerySegmentTargetsRequest:
nullable: true
properties:
Expand Down Expand Up @@ -34573,6 +34632,45 @@ components:
x-stream-event-doc-group: other
x-stream-is-event: true
x-stream-ws-base-event-name: VideoEvent
RevisionHistoryResponse:
nullable: true
properties:
action_type:
type: string
x-stream-index: "004"
actor_type:
type: string
x-stream-index: "005"
changed_fields:
items:
type: string
type: array
x-stream-index: "006"
created_at:
format: date-time
type: number
x-stream-index: "008"
object_id:
type: string
x-stream-index: "001"
object_type:
type: string
x-stream-index: "002"
previous_obj_serialized:
readOnly: true
type: object
x-stream-index: "007"
user_id:
type: string
x-stream-index: "003"
required:
- object_id
- object_type
- user_id
- action_type
- actor_type
- created_at
type: object
RingCallRequest:
nullable: true
properties:
Expand Down Expand Up @@ -45424,7 +45522,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.16.0
version: v226.17.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -53880,6 +53978,39 @@ paths:
summary: Query membership levels
tags:
- product:feeds
/api/v2/feeds/revisions/query:
post:
description: |
Queries revision history for activities and comments
operationId: QueryRevisionHistory
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/QueryRevisionHistoryRequest'
required: true
responses:
"201":
content:
application/json:
schema:
$ref: '#/components/schemas/QueryRevisionHistoryResponse'
description: Successful 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: Query revision history
tags:
- product:feeds
/api/v2/feeds/stats/usage:
post:
description: |
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 @@
f9f08921c4a99c26c4c6454da61a5311c3d44ee88a643991b8df908529fcc54b ./v2/chat-clientside-api.json
979022fc206b9cabeda6110f2fc8759118418c24e63c527be25ba3d643595f72 ./v2/chat-clientside-api.json
2 changes: 1 addition & 1 deletion openapi/v2/chat-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19769,7 +19769,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.16.0
version: v226.17.0
openapi: 3.0.3
paths:
/api/v2/app:
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 @@
1072a16ef8a2133293937b3fef73258ebde2778ebcebf19d5b1609bc0f301a4e ./v2/chat-clientside-api.yaml
acfbcc10b0343119a028f874a07a4ecde5df7541be0edef9e0dbed6b0a4d8477 ./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 @@
e95eced5e3d2fb92dd1a2cad8bcf6de8b7a5792490ff3e0e8ecf30ce115172bd ./v2/chat-serverside-api.json
9597f267197d0e44a88530bd3861bfe41760a705c7e3936ee4d64f2aa54f4f4e ./v2/chat-serverside-api.json
4 changes: 2 additions & 2 deletions openapi/v2/chat-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.channels.error
default: export.bulk_image_moderation.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -26869,7 +26869,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.16.0
version: v226.17.0
openapi: 3.0.3
paths:
/api/v2/app:
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 @@
ee275994de9296f291358bb3f15647b50a5a52728252efe6e8d8418b4aa26e33 ./v2/chat-serverside-api.yaml
04241b4aca38c9979616fcd79abc88ca39efcf7b3d07dddaf5d4111333995db8 ./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 @@
cae0a198ba88e669ccc15115a47fff6231a2b7e15dcdde4faf87814dcbfacbc0 ./v2/clientside-api.json
fdddf71df6d7729b0188b3c8a3fda15c7b8fa82e046cf80ba13abf619d8713c4 ./v2/clientside-api.json
2 changes: 1 addition & 1 deletion openapi/v2/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36144,7 +36144,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.16.0
version: v226.17.0
openapi: 3.0.3
paths:
/api/v2/app:
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 @@
4411369de56e3db678b6ae1313fbe4a1e1150b6808d4687b8da1b4c21f5131b5 ./v2/clientside-api.yaml
508a3975fb8ae7a7976fba0df662b581471c074e604407f8eed07a8bec0b77b1 ./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 @@
fa16c96d34b7b4088e77ebfa632041b92638b49fba48ee7a503068fe1dbe42ba ./v2/feeds-clientside-api.json
22ed002a21a65c7b1b2e26c5e06294708799e53159684510b7ad28d75e7a80af ./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 @@ -18026,7 +18026,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.16.0
version: v226.17.0
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 @@
5668acfb6b15cfdf96ad81617377637c9a6188edbabb43907fd4ca264760b299 ./v2/feeds-clientside-api.yaml
204393d1dfbeaf55d38fdd7bba5d1b4e0e6d61ce4824dcc78495328db98e0c12 ./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 @@
a8eb7b9477962fe892bc05318a52dfa300263492729abe793d36fb4fa3298527 ./v2/feeds-serverside-api.json
40efeeadb22641c6218a23cdbc274a35c8d26c63b95d240355e8f4a5f77a4d29 ./v2/feeds-serverside-api.json
Loading
Loading