Skip to content

Commit e409976

Browse files
chore: update OpenAPI specs to v226.3.0 (#1809)
Co-authored-by: GH Action CI Stream <ci@stream.io>
1 parent 18db41a commit e409976

58 files changed

Lines changed: 236 additions & 62 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

openapi/chat-openapi-clientside.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/chat-openapi-clientside.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15536,7 +15536,7 @@ components:
1553615536
type: apiKey
1553715537
info:
1553815538
title: Stream API
15539-
version: v226.2.0
15539+
version: v226.3.0
1554015540
openapi: 3.0.3
1554115541
paths:
1554215542
/app:

openapi/chat-openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/chat-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20820,7 +20820,7 @@ components:
2082020820
type: apiKey
2082120821
info:
2082220822
title: Stream API
20823-
version: v226.2.0
20823+
version: v226.3.0
2082420824
openapi: 3.0.3
2082520825
paths:
2082620826
/app:

openapi/clientside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/clientside-api.yaml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36086,7 +36086,7 @@ components:
3608636086
type: apiKey
3608736087
info:
3608836088
title: Stream API
36089-
version: v226.2.0
36089+
version: v226.3.0
3609036090
openapi: 3.0.3
3609136091
paths:
3609236092
/api/v2/app:
@@ -39581,6 +39581,29 @@ paths:
3958139581
type: string
3958239582
writeOnly: true
3958339583
x-stream-index: "001"
39584+
- in: query
39585+
name: comment_sort
39586+
schema:
39587+
description: 'Order of comments in the activity. One of: first, last, popular'
39588+
enum:
39589+
- first
39590+
- last
39591+
- popular
39592+
title: Comment Sort
39593+
type: string
39594+
writeOnly: true
39595+
x-stream-index: "002"
39596+
- in: query
39597+
name: comment_limit
39598+
schema:
39599+
description: Maximum number of comments to return
39600+
format: int32
39601+
maximum: 20
39602+
minimum: 0
39603+
title: Comment Limit
39604+
type: integer
39605+
writeOnly: true
39606+
x-stream-index: "003"
3958439607
responses:
3958539608
"200":
3958639609
content:

openapi/moderation-clientside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/moderation-clientside-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6516,7 +6516,7 @@ components:
65166516
type: apiKey
65176517
info:
65186518
title: Stream API
6519-
version: v226.2.0
6519+
version: v226.3.0
65206520
openapi: 3.0.3
65216521
paths:
65226522
/api/v2/moderation/appeal:

openapi/moderation-openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/moderation-openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ components:
400400
type: string
401401
x-stream-index: "002.001"
402402
type:
403-
default: export.bulk_image_moderation.error
403+
default: export.moderation_logs.error
404404
type: string
405405
x-stream-index: "003.002"
406406
required:
@@ -4758,7 +4758,7 @@ components:
47584758
type: apiKey
47594759
info:
47604760
title: Stream API
4761-
version: v226.2.0
4761+
version: v226.3.0
47624762
openapi: 3.0.3
47634763
paths:
47644764
/api/v1/moderation/chat_message_tasks:

0 commit comments

Comments
 (0)