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 @@ -15536,7 +15536,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.2.0
version: v226.3.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.

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

25 changes: 24 additions & 1 deletion openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36086,7 +36086,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.2.0
version: v226.3.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -39581,6 +39581,29 @@ paths:
type: string
writeOnly: true
x-stream-index: "001"
- in: query
name: comment_sort
schema:
description: 'Order of comments in the activity. One of: first, last, popular'
enum:
- first
- last
- popular
title: Comment Sort
type: string
writeOnly: true
x-stream-index: "002"
- in: query
name: comment_limit
schema:
description: Maximum number of comments to return
format: int32
maximum: 20
minimum: 0
title: Comment Limit
type: integer
writeOnly: true
x-stream-index: "003"
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 @@ -6516,7 +6516,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.2.0
version: v226.3.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.

4 changes: 2 additions & 2 deletions openapi/moderation-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,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 @@ -4758,7 +4758,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.2.0
version: v226.3.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.

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

39 changes: 37 additions & 2 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3290,7 +3290,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 @@ -45010,7 +45010,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.2.0
version: v226.3.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -49995,6 +49995,35 @@ paths:
type: string
writeOnly: true
x-stream-index: "001"
- in: query
name: comment_sort
schema:
description: 'Order of comments in the activity. One of: first, last, popular'
enum:
- first
- last
- popular
title: Comment Sort
type: string
writeOnly: true
x-stream-index: "002"
- in: query
name: comment_limit
schema:
description: Maximum number of comments to return
format: int32
maximum: 20
minimum: 0
title: Comment Limit
type: integer
writeOnly: true
x-stream-index: "003"
- in: query
name: user_id
schema:
type: string
writeOnly: true
x-stream-index: "004.001"
responses:
"200":
content:
Expand Down Expand Up @@ -51046,6 +51075,12 @@ paths:
type: string
writeOnly: true
x-stream-index: "001"
- in: query
name: user_id
schema:
type: string
writeOnly: true
x-stream-index: "002.001"
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 @@
422e80f4b045973b34efe030f03a5d2b8ac28aa3138243b4e6beb5b90f7c6f3e ./v2/chat-clientside-api.json
477529bc15825c8375fab9d7ebf2f19a3478c4596bada15987628e634b03acea ./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 @@ -19733,7 +19733,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.2.0
version: v226.3.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 @@
128744c25ea7bd41323234fcd41817ea0d7933fc2ffd852f1c7b83b792903259 ./v2/chat-clientside-api.yaml
4d4da371613a70e14174c4c0cdaca237f8b9f14994829953d8223820b9b8414c ./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 @@
92e16a1115e5494420ab34b7f8c19b4617001aa0cc4b3e1ba1e25206dd3fdf28 ./v2/chat-serverside-api.json
7f0fc8196b941ea3e88bb85f6a91ceec278d72702e275cffbd5780f568dcc694 ./v2/chat-serverside-api.json
2 changes: 1 addition & 1 deletion openapi/v2/chat-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26579,7 +26579,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.2.0
version: v226.3.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 @@
617be93f359eb8578ebcc6e573f4fa27ae04ac2af7805bb870dea385720c87cf ./v2/chat-serverside-api.yaml
2994e3d51190739e170a9e1db4f08e1875edeac23012029842f28dc69d5e90c4 ./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 @@
ab5baa81b779afb3e83525c2791f56fa8765e679970d9b190e8ad52dc9d6b95d ./v2/clientside-api.json
8d5a2e3c350479f59ba827b36d70fc48ef5d04bad8907a509ba15b8d6a40d577 ./v2/clientside-api.json
25 changes: 24 additions & 1 deletion openapi/v2/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36086,7 +36086,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.2.0
version: v226.3.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -39581,6 +39581,29 @@ paths:
type: string
writeOnly: true
x-stream-index: "001"
- in: query
name: comment_sort
schema:
description: 'Order of comments in the activity. One of: first, last, popular'
enum:
- first
- last
- popular
title: Comment Sort
type: string
writeOnly: true
x-stream-index: "002"
- in: query
name: comment_limit
schema:
description: Maximum number of comments to return
format: int32
maximum: 20
minimum: 0
title: Comment Limit
type: integer
writeOnly: true
x-stream-index: "003"
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 @@
e67048b940733bcb310742e86c11b0c2c208dfed61e697eb4c6861dbb4c09290 ./v2/clientside-api.yaml
330ca22504b575b5aafca4ec69a6fef847de366fea7317af90b2c02f8d32c4c7 ./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 @@
8bcb80e5a75b4a2df24133e4078bd1a6fa4f8191a681bc1b06edcf813c4cc006 ./v2/feeds-clientside-api.json
80475f3bc329d9c53ad58745c4b13e04e4b156ad6ed1d280839884211b590c83 ./v2/feeds-clientside-api.json
25 changes: 24 additions & 1 deletion openapi/v2/feeds-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17999,7 +17999,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.2.0
version: v226.3.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -18803,6 +18803,29 @@ paths:
type: string
writeOnly: true
x-stream-index: "001"
- in: query
name: comment_sort
schema:
description: 'Order of comments in the activity. One of: first, last, popular'
enum:
- first
- last
- popular
title: Comment Sort
type: string
writeOnly: true
x-stream-index: "002"
- in: query
name: comment_limit
schema:
description: Maximum number of comments to return
format: int32
maximum: 20
minimum: 0
title: Comment Limit
type: integer
writeOnly: true
x-stream-index: "003"
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 @@
556873650ce1f989a4c7da4193cc07f4517894e29e32218e602b6438df22fb69 ./v2/feeds-clientside-api.yaml
4ec6c3b33ddb695bee7e0b96c100fc73513a28e4bce17c396af13d3f149f40a0 ./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 @@
ca234a2678481abdff652accd8ba7c88d5c38970cc2f001b97d768e8a71362e3 ./v2/feeds-serverside-api.json
ad854a4741add6b2543ef816e3a4c392e6b13078cf5307adf03da262b69d0bf0 ./v2/feeds-serverside-api.json
39 changes: 37 additions & 2 deletions openapi/v2/feeds-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3117,7 +3117,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 @@ -24583,7 +24583,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.2.0
version: v226.3.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -25794,6 +25794,35 @@ paths:
type: string
writeOnly: true
x-stream-index: "001"
- in: query
name: comment_sort
schema:
description: 'Order of comments in the activity. One of: first, last, popular'
enum:
- first
- last
- popular
title: Comment Sort
type: string
writeOnly: true
x-stream-index: "002"
- in: query
name: comment_limit
schema:
description: Maximum number of comments to return
format: int32
maximum: 20
minimum: 0
title: Comment Limit
type: integer
writeOnly: true
x-stream-index: "003"
- in: query
name: user_id
schema:
type: string
writeOnly: true
x-stream-index: "004.001"
responses:
"200":
content:
Expand Down Expand Up @@ -26845,6 +26874,12 @@ paths:
type: string
writeOnly: true
x-stream-index: "001"
- in: query
name: user_id
schema:
type: string
writeOnly: true
x-stream-index: "002.001"
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 @@
9518993a1974fe9a952e63918d9e198916b6b48d87234125f226aaf54bd0bd90 ./v2/feeds-serverside-api.yaml
6e7fdfc517b46782e126e3c06d480b88ecde52198e1391b3bbeab3e4e01431c6 ./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 @@
373c2995137030b82b8491728e406e27b5e0adb79d9afc523235475c2a9d00b6 ./v2/moderation-clientside-api.json
f109ae0fc0b7a76cfca1dfc9cf617fd5f78551e6b1bded67ef7fd7b1475c0011 ./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 @@ -6516,7 +6516,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.2.0
version: v226.3.0
openapi: 3.0.3
paths:
/api/v2/moderation/appeal:
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 @@
12d8173a434e3bbb097e7e5c964b899c3065070749735ae12e9fe1dc82c378ea ./v2/moderation-clientside-api.yaml
e43556c4660db964083d5001ab6874eab79b44261c5237283f8d041d6f4c3bbd ./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 @@
caa96c30fe9583a63907b02e564f521ba5cb6e5d6cde4156abd347f0aed90e7c ./v2/moderation-serverside-api.json
cbd15502b53b721d5f3c09d17bb983b812c612f7caf62784f614a9891f051da0 ./v2/moderation-serverside-api.json
2 changes: 1 addition & 1 deletion openapi/v2/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8198,7 +8198,7 @@ components:
type: apiKey
info:
title: Stream API
version: v226.2.0
version: v226.3.0
openapi: 3.0.3
paths:
/api/v2/moderation/action_logs:
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 @@
e8061dfbd692f4d18aa529bd56a663bef541a2d0161e4525298a7cc7c4f172cf ./v2/moderation-serverside-api.yaml
ddb715533299c6a5add9a0bb4be66e74b875c4cb190011e0a81c9e482daaf902 ./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 @@
e13c1b5329b6d400c7600f46c34c78bb6bd66d1b7d5fbc9601667dd9868e2b49 ./v2/serverside-api.json
9649e944fbbc125c7e2ab14b92d5ed108a5b2f0e0a50f1d41bde4102426cd8b2 ./v2/serverside-api.json
Loading
Loading