Skip to content

Commit 9d1befc

Browse files
authored
Update video openapi Spec (#1526)
2 parents 949a9a1 + 99e3e20 commit 9d1befc

36 files changed

+110
-68
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4711,7 +4711,7 @@ components:
47114711
type: array
47124712
x-stream-index: "001.002"
47134713
type:
4714-
default: notification.thread_message_new
4714+
default: message.new
47154715
type: string
47164716
x-stream-index: "004.001"
47174717
user:
@@ -12132,7 +12132,7 @@ components:
1213212132
type: apiKey
1213312133
info:
1213412134
title: Stream API
12135-
version: v213.11.0
12135+
version: v213.13.0
1213612136
openapi: 3.0.3
1213712137
paths:
1213812138
/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
@@ -17011,7 +17011,7 @@ components:
1701117011
type: apiKey
1701217012
info:
1701317013
title: Stream API
17014-
version: v213.11.0
17014+
version: v213.13.0
1701517015
openapi: 3.0.3
1701617016
paths:
1701717017
/app:

openapi/clientside-api.json

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

openapi/clientside-api.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14845,7 +14845,7 @@ components:
1484514845
type: array
1484614846
x-stream-index: "001.002"
1484714847
type:
14848-
default: message.new
14848+
default: notification.thread_message_new
1484914849
type: string
1485014850
x-stream-index: "004.001"
1485114851
user:
@@ -25408,16 +25408,16 @@ components:
2540825408
description: 'Map of field names to new values. Supported fields: ''text'',
2540925409
''attachments'', ''custom'', ''visibility'', ''restrict_replies'' (values:
2541025410
''everyone'', ''people_i_follow'', ''nobody''), ''location'', ''expires_at'',
25411-
''filter_tags'', ''interest_tags'', ''poll_id'', ''feeds'', ''mentioned_users''.
25411+
''filter_tags'', ''interest_tags'', ''poll_id'', ''feeds'', ''mentioned_user_ids''.
2541225412
For custom fields, use dot-notation (e.g., ''custom.field_name'')'
2541325413
title: object
2541425414
type: object
2541525415
x-stream-index: "002"
2541625416
unset:
2541725417
description: 'List of field names to remove. Supported fields: ''custom'',
2541825418
''location'', ''expires_at'', ''filter_tags'', ''interest_tags'', ''attachments'',
25419-
''poll_id'', ''mentioned_users''. Use dot-notation for nested custom fields
25420-
(e.g., ''custom.field_name'')'
25419+
''poll_id'', ''mentioned_user_ids''. Use dot-notation for nested custom
25420+
fields (e.g., ''custom.field_name'')'
2542125421
items:
2542225422
type: string
2542325423
title: '[]string'
@@ -25495,6 +25495,13 @@ components:
2549525495
description: Geographic location for the activity
2549625496
title: ActivityLocation
2549725497
x-stream-index: "007"
25498+
mentioned_user_ids:
25499+
description: List of user IDs mentioned in the activity
25500+
items:
25501+
type: string
25502+
title: '[]string'
25503+
type: array
25504+
x-stream-index: "015"
2549825505
poll_id:
2549925506
description: Poll ID
2550025507
title: string
@@ -28669,7 +28676,7 @@ components:
2866928676
type: apiKey
2867028677
info:
2867128678
title: Stream API
28672-
version: v213.11.0
28679+
version: v213.13.0
2867328680
openapi: 3.0.3
2867428681
paths:
2867528682
/api/v2/app:

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
@@ -7426,7 +7426,7 @@ components:
74267426
type: apiKey
74277427
info:
74287428
title: Stream API
7429-
version: v213.11.0
7429+
version: v213.13.0
74307430
openapi: 3.0.3
74317431
paths:
74327432
/api/v2/moderation/ban:

openapi/moderation-serverside-api.json

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

openapi/moderation-serverside-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8681,7 +8681,7 @@ components:
86818681
type: apiKey
86828682
info:
86838683
title: Stream API
8684-
version: v213.11.0
8684+
version: v213.13.0
86858685
openapi: 3.0.3
86868686
paths:
86878687
/api/v2/moderation/ban:

0 commit comments

Comments
 (0)