Skip to content

Commit b409757

Browse files
committed
Update video openapi Spec
1 parent e278a96 commit b409757

36 files changed

+211
-133
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12142,7 +12142,7 @@ components:
1214212142
type: apiKey
1214312143
info:
1214412144
title: Stream API
12145-
version: v213.23.0
12145+
version: v213.29.0
1214612146
openapi: 3.0.3
1214712147
paths:
1214812148
/app:

openapi/chat-openapi.json

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

openapi/chat-openapi.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ components:
606606
type: string
607607
x-stream-index: "002.001"
608608
type:
609-
default: export.bulk_image_moderation.error
609+
default: export.users.error
610610
type: string
611611
x-stream-index: "003.002"
612612
required:
@@ -5182,6 +5182,9 @@ components:
51825182
sns_auth_type:
51835183
type: string
51845184
x-stream-index: "014"
5185+
sns_event_based_message_group_id_enabled:
5186+
type: boolean
5187+
x-stream-index: "020.002"
51855188
sns_key:
51865189
type: string
51875190
x-stream-index: "015"
@@ -17257,7 +17260,7 @@ components:
1725717260
type: apiKey
1725817261
info:
1725917262
title: Stream API
17260-
version: v213.23.0
17263+
version: v213.29.0
1726117264
openapi: 3.0.3
1726217265
paths:
1726317266
/app:

openapi/clientside-api.json

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

openapi/clientside-api.yaml

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15172,7 +15172,7 @@ components:
1517215172
type: array
1517315173
x-stream-index: "001.002"
1517415174
type:
15175-
default: notification.thread_message_new
15175+
default: message.new
1517615176
type: string
1517715177
x-stream-index: "004.001"
1517815178
user:
@@ -25910,10 +25910,10 @@ components:
2591025910
set:
2591125911
additionalProperties: {}
2591225912
description: 'Map of field names to new values. Supported fields: ''text'',
25913-
''attachments'', ''custom'', ''visibility'', ''restrict_replies'' (values:
25914-
''everyone'', ''people_i_follow'', ''nobody''), ''location'', ''expires_at'',
25915-
''filter_tags'', ''interest_tags'', ''poll_id'', ''feeds'', ''mentioned_user_ids''.
25916-
For custom fields, use dot-notation (e.g., ''custom.field_name'')'
25913+
''attachments'', ''custom'', ''visibility'', ''visibility_tag'', ''restrict_replies''
25914+
(values: ''everyone'', ''people_i_follow'', ''nobody''), ''location'',
25915+
''expires_at'', ''filter_tags'', ''interest_tags'', ''poll_id'', ''feeds'',
25916+
''mentioned_user_ids''. For custom fields, use dot-notation (e.g., ''custom.field_name'')'
2591725917
title: object
2591825918
type: object
2591925919
x-stream-index: "002"
@@ -25959,7 +25959,7 @@ components:
2595925959
type: string
2596025960
title: '[]string'
2596125961
type: array
25962-
x-stream-index: "011"
25962+
x-stream-index: "012"
2596325963
custom:
2596425964
additionalProperties: {}
2596525965
description: Custom data for the activity
@@ -25971,46 +25971,46 @@ components:
2597125971
format: date-time
2597225972
title: string
2597325973
type: number
25974-
x-stream-index: "008"
25974+
x-stream-index: "009"
2597525975
feeds:
2597625976
description: List of feeds the activity is present in
2597725977
items:
2597825978
type: string
2597925979
maximum: 255
2598025980
title: '[]string'
2598125981
type: array
25982-
x-stream-index: "013"
25982+
x-stream-index: "014"
2598325983
filter_tags:
2598425984
description: Tags used for filtering the activity
2598525985
items:
2598625986
type: string
2598725987
title: '[]string'
2598825988
type: array
25989-
x-stream-index: "009"
25989+
x-stream-index: "010"
2599025990
interest_tags:
2599125991
description: Tags indicating interest categories
2599225992
items:
2599325993
type: string
2599425994
title: '[]string'
2599525995
type: array
25996-
x-stream-index: "010"
25996+
x-stream-index: "011"
2599725997
location:
2599825998
$ref: '#/components/schemas/ActivityLocation'
2599925999
description: Geographic location for the activity
2600026000
title: ActivityLocation
26001-
x-stream-index: "007"
26001+
x-stream-index: "008"
2600226002
mentioned_user_ids:
2600326003
description: List of user IDs mentioned in the activity
2600426004
items:
2600526005
type: string
2600626006
title: '[]string'
2600726007
type: array
26008-
x-stream-index: "015"
26008+
x-stream-index: "016"
2600926009
poll_id:
2601026010
description: Poll ID
2601126011
title: string
2601226012
type: string
26013-
x-stream-index: "012"
26013+
x-stream-index: "013"
2601426014
restrict_replies:
2601526015
description: 'Controls who can add comments/replies to this activity. Options:
2601626016
''everyone'' (default - anyone can reply), ''people_i_follow'' (only people
@@ -26021,22 +26021,32 @@ components:
2602126021
- nobody
2602226022
title: string
2602326023
type: string
26024-
x-stream-index: "006"
26024+
x-stream-index: "007"
2602526025
skip_enrich_url:
2602626026
description: Whether to skip URL enrichment for the activity
2602726027
title: Skip URL Enrichment
2602826028
type: boolean
26029-
x-stream-index: "014"
26029+
x-stream-index: "015"
2603026030
text:
2603126031
description: The text content of the activity
2603226032
title: string
2603326033
type: string
2603426034
x-stream-index: "002"
2603526035
visibility:
2603626036
description: Visibility setting for the activity
26037+
enum:
26038+
- public
26039+
- private
26040+
- tag
2603726041
title: string
2603826042
type: string
2603926043
x-stream-index: "005"
26044+
visibility_tag:
26045+
description: If visibility is 'tag', this is the tag name and is required
26046+
maxLength: 32
26047+
title: string
26048+
type: string
26049+
x-stream-index: "006"
2604026050
type: object
2604126051
UpdateActivityResponse:
2604226052
nullable: true
@@ -29227,7 +29237,7 @@ components:
2922729237
type: apiKey
2922829238
info:
2922929239
title: Stream API
29230-
version: v213.23.0
29240+
version: v213.29.0
2923129241
openapi: 3.0.3
2923229242
paths:
2923329243
/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
@@ -7766,7 +7766,7 @@ components:
77667766
type: apiKey
77677767
info:
77687768
title: Stream API
7769-
version: v213.23.0
7769+
version: v213.29.0
77707770
openapi: 3.0.3
77717771
paths:
77727772
/api/v2/moderation/appeal:

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
@@ -9144,7 +9144,7 @@ components:
91449144
type: apiKey
91459145
info:
91469146
title: Stream API
9147-
version: v213.23.0
9147+
version: v213.29.0
91489148
openapi: 3.0.3
91499149
paths:
91509150
/api/v2/moderation/appeal:

0 commit comments

Comments
 (0)