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 @@ -15714,7 +15714,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.2
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 @@ -601,7 +601,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 @@ -21180,7 +21180,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.2
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.

16 changes: 15 additions & 1 deletion openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37348,7 +37348,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.2
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -42355,6 +42355,20 @@ paths:
type: boolean
writeOnly: true
x-stream-index: "003"
- in: query
name: purge_user_activities
schema:
description: When hard-deleting, also fully delete activities authored by
this feed's owner from every other feed those activities were fanned out
to. Default false preserves existing fan-out (the activity is detached
from this feed only). Requires 'hard_delete' to be true; the request is
rejected otherwise. If the feed has no recorded owner (created_by_id is
empty), the purge is silently skipped — owner-matching against an empty
string is a safety guard, not a wildcard.
title: Purge User Activities
type: boolean
writeOnly: true
x-stream-index: "004"
responses:
"200":
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 @@ -7078,7 +7078,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.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.

4 changes: 2 additions & 2 deletions openapi/moderation-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,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 @@ -5247,7 +5247,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.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 @@ -593,7 +593,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 @@ -9118,7 +9118,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.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.

28 changes: 26 additions & 2 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3332,7 +3332,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 @@ -15001,6 +15001,16 @@ components:
title: Hard Delete
type: boolean
x-stream-index: "002"
purge_user_activities:
description: When hard-deleting, also fully delete activities authored by
each feed's owner from every other feed those activities were fanned out
to. Default false preserves existing fan-out. Requires 'hard_delete' to
be true; the request is rejected otherwise. Feeds with no recorded owner
(created_by_id is empty) are silently skipped for the purge step — owner-matching
against an empty string is a safety guard, not a wildcard.
title: Purge User Activities
type: boolean
x-stream-index: "003"
required:
- feeds
title: Delete Feeds Batch Request
Expand Down Expand Up @@ -47020,7 +47030,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.2
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -53807,6 +53817,20 @@ paths:
type: boolean
writeOnly: true
x-stream-index: "003"
- in: query
name: purge_user_activities
schema:
description: When hard-deleting, also fully delete activities authored by
this feed's owner from every other feed those activities were fanned out
to. Default false preserves existing fan-out (the activity is detached
from this feed only). Requires 'hard_delete' to be true; the request is
rejected otherwise. If the feed has no recorded owner (created_by_id is
empty), the purge is silently skipped — owner-matching against an empty
string is a safety guard, not a wildcard.
title: Purge User Activities
type: boolean
writeOnly: true
x-stream-index: "004"
responses:
"200":
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 @@
c9d681e9da612096c2153e1e125f66954663db2a8df5d75fb875f14829d28f5f ./v2/chat-clientside-api.json
2d2429919edeb074d63b917a38ab30088fa84554db646c65a3123f8ae76e8fe2 ./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 @@ -20235,7 +20235,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.2
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 @@
0e6f732cf0d595257d61b3cb77217b5540d38592076357be95bf02f27ff6fba8 ./v2/chat-clientside-api.yaml
6b1d8729919d0acc2f6d78015b0bdbee6f4d5019a56966986c7fed0ffd76097a ./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 @@
c12c52aa44156dc0f385b7a9a8487dfb1ada5e4d2784874ed9721cda22502fe3 ./v2/chat-serverside-api.json
a9b9c4407716953209afab296cc0e999d6dcf37ded070b423a010a717acbde71 ./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 @@ -1034,7 +1034,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 @@ -27658,7 +27658,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.2
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 @@
8a01fee87eb44b76a20b9873c37f5b36aa21aea864c9662d2d4592190f1ac748 ./v2/chat-serverside-api.yaml
2ce8f09a6a259aa71224caeeb47394b4360fb84601359afe9358cfb17f83c503 ./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 @@
81cf0d7857206f0ee88f61af6269c3ed0773a08015e96029f783dbcb9b6d62d9 ./v2/clientside-api.json
baf8a5375e5174064426f7079193b4633cb434441f6ac7301fcc0fd8fbea217d ./v2/clientside-api.json
16 changes: 15 additions & 1 deletion openapi/v2/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37348,7 +37348,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.2
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -42355,6 +42355,20 @@ paths:
type: boolean
writeOnly: true
x-stream-index: "003"
- in: query
name: purge_user_activities
schema:
description: When hard-deleting, also fully delete activities authored by
this feed's owner from every other feed those activities were fanned out
to. Default false preserves existing fan-out (the activity is detached
from this feed only). Requires 'hard_delete' to be true; the request is
rejected otherwise. If the feed has no recorded owner (created_by_id is
empty), the purge is silently skipped — owner-matching against an empty
string is a safety guard, not a wildcard.
title: Purge User Activities
type: boolean
writeOnly: true
x-stream-index: "004"
responses:
"200":
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 @@
951baac261ec036c34518c8c7c4f2d8d72e071544dc7c54c4199e7c531d2b2cb ./v2/clientside-api.yaml
ae373363859477c690303437eb9fbc6485c84c3d4a17a86e36cac46ce0795153 ./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 @@
8a25f24e9fbcde360f8e9bcb39e7b4368293fd8e84aeaf0c775c840927981e31 ./v2/feeds-clientside-api.json
7a754e0df528a332e9dbd9bc49f846051e49cb60c3d7603700c17541b0335b72 ./v2/feeds-clientside-api.json
16 changes: 15 additions & 1 deletion openapi/v2/feeds-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18325,7 +18325,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.2
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -20601,6 +20601,20 @@ paths:
type: boolean
writeOnly: true
x-stream-index: "003"
- in: query
name: purge_user_activities
schema:
description: When hard-deleting, also fully delete activities authored by
this feed's owner from every other feed those activities were fanned out
to. Default false preserves existing fan-out (the activity is detached
from this feed only). Requires 'hard_delete' to be true; the request is
rejected otherwise. If the feed has no recorded owner (created_by_id is
empty), the purge is silently skipped — owner-matching against an empty
string is a safety guard, not a wildcard.
title: Purge User Activities
type: boolean
writeOnly: true
x-stream-index: "004"
responses:
"200":
content:
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 @@
334c7d6b08a09b375758908f15a0a9d8271a1070ef00512ef66d1799c4fbdbf5 ./v2/feeds-clientside-api.yaml
8058de76fbeb9850bdd4846696bdcccebdd7c833765d0075f3e9681047af1221 ./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 @@
24477be534ac23ffe557c96d4ac610e9064c1fc4bbbbe006afba6d4f09447d6d ./v2/feeds-serverside-api.json
36bb3d9407a043d250c7b6372704f55310685400f3406ce57c628fd4861280a2 ./v2/feeds-serverside-api.json
28 changes: 26 additions & 2 deletions openapi/v2/feeds-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3159,7 +3159,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.moderation_logs.error
default: export.bulk_image_moderation.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -8642,6 +8642,16 @@ components:
title: Hard Delete
type: boolean
x-stream-index: "002"
purge_user_activities:
description: When hard-deleting, also fully delete activities authored by
each feed's owner from every other feed those activities were fanned out
to. Default false preserves existing fan-out. Requires 'hard_delete' to
be true; the request is rejected otherwise. Feeds with no recorded owner
(created_by_id is empty) are silently skipped for the purge step — owner-matching
against an empty string is a safety guard, not a wildcard.
title: Purge User Activities
type: boolean
x-stream-index: "003"
required:
- feeds
title: Delete Feeds Batch Request
Expand Down Expand Up @@ -25572,7 +25582,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.2
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -28440,6 +28450,20 @@ paths:
type: boolean
writeOnly: true
x-stream-index: "003"
- in: query
name: purge_user_activities
schema:
description: When hard-deleting, also fully delete activities authored by
this feed's owner from every other feed those activities were fanned out
to. Default false preserves existing fan-out (the activity is detached
from this feed only). Requires 'hard_delete' to be true; the request is
rejected otherwise. If the feed has no recorded owner (created_by_id is
empty), the purge is silently skipped — owner-matching against an empty
string is a safety guard, not a wildcard.
title: Purge User Activities
type: boolean
writeOnly: true
x-stream-index: "004"
responses:
"200":
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/feeds-serverside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
91bc51e1c6701c4486f14268b6322715234c7ba3c81c1835030b14487188832b ./v2/feeds-serverside-api.yaml
87b63e477c5ad6faab57180b18d3ec20a0b1bea3cf3f9e0be677b9d332b7d2ac ./v2/feeds-serverside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/moderation-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/moderation-clientside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3e707ac31ea6290a5b411d1f61a6e37a8370ac5c9f0f7476347a1a20ee87046e ./v2/moderation-clientside-api.json
1c4abf6924aff5426c47b8b0facf5c1f3b778d82ddce2b7b6d794e3db2e2491a ./v2/moderation-clientside-api.json
2 changes: 1 addition & 1 deletion openapi/v2/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7078,7 +7078,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.2
openapi: 3.0.3
paths:
/api/v2/moderation/action_config:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/moderation-clientside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e11c04d52a42527d4748400f8fcbfd73ae9311ea55bc4b2f1eb28c3f8370909b ./v2/moderation-clientside-api.yaml
e332b2068f7e56c0deda80ce6f5c97d8ed5e520e6aade5acad50805bbe154389 ./v2/moderation-clientside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/moderation-serverside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/moderation-serverside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9339fcf9e7990dd0f4e3f5876c7059df44ada3926b2eda02f3aea58548f268b3 ./v2/moderation-serverside-api.json
f0f03fb5243efe82dd5e2e04a7723a99a870444598893c1d8e0178021eed4b55 ./v2/moderation-serverside-api.json
4 changes: 2 additions & 2 deletions openapi/v2/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,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 @@ -9118,7 +9118,7 @@ components:
type: apiKey
info:
title: Stream API
version: v228.5.1
version: v228.5.2
openapi: 3.0.3
paths:
/api/v2/moderation/action_config:
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2/moderation-serverside-api.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b6fd37b2942d4d42de3cc7a072cfda226377e87508f63c382737a88d39327419 ./v2/moderation-serverside-api.yaml
2cf564cac6d3b1a71699a4102c95b5c5dcf8d8142761c53b4a7c8713d328f546 ./v2/moderation-serverside-api.yaml
2 changes: 1 addition & 1 deletion openapi/v2/serverside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/v2/serverside-api.json.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4b16070e822f08361c9d464dab286416d4159477c93e9932f62d05df3bf719c1 ./v2/serverside-api.json
5f2e5e88e108516fdc8440b36822df1469abd0619e62778a2be295bf8ca9561b ./v2/serverside-api.json
Loading
Loading