Skip to content

Commit 00a7713

Browse files
committed
Update video openapi Spec
1 parent bc1135e commit 00a7713

36 files changed

+109
-85
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
@@ -12120,7 +12120,7 @@ components:
1212012120
type: apiKey
1212112121
info:
1212212122
title: Stream API
12123-
version: v208.11.0
12123+
version: v210.4.0
1212412124
openapi: 3.0.3
1212512125
paths:
1212612126
/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
@@ -16999,7 +16999,7 @@ components:
1699916999
type: apiKey
1700017000
info:
1700117001
title: Stream API
17002-
version: v208.11.0
17002+
version: v210.4.0
1700317003
openapi: 3.0.3
1700417004
paths:
1700517005
/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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11743,18 +11743,26 @@ components:
1174311743
FollowBatchResponse:
1174411744
nullable: true
1174511745
properties:
11746+
created:
11747+
description: List of newly created follow relationships
11748+
items:
11749+
$ref: '#/components/schemas/FollowResponse'
11750+
title: Created
11751+
type: array
11752+
x-stream-index: "002"
1174611753
duration:
1174711754
type: string
11748-
x-stream-index: "002.001"
11755+
x-stream-index: "003.001"
1174911756
follows:
11750-
description: List of created follow relationships
11757+
description: List of current follow relationships
1175111758
items:
1175211759
$ref: '#/components/schemas/FollowResponse'
1175311760
title: Follows
1175411761
type: array
1175511762
x-stream-index: "001"
1175611763
required:
1175711764
- follows
11765+
- created
1175811766
- duration
1175911767
title: Follow Batch Response
1176011768
type: object
@@ -17102,14 +17110,10 @@ components:
1710217110
fields:
1710317111
description: Optional list of specific fields to return. If not specified,
1710417112
all fields (own_follows, own_capabilities, own_membership) are returned
17105-
enum:
17106-
- own_follows
17107-
- own_capabilities
17108-
- own_membership
1710917113
items:
1711017114
type: string
1711117115
title: Fields
17112-
type: string
17116+
type: array
1711317117
x-stream-index: "002"
1711417118
required:
1711517119
- feeds
@@ -28639,7 +28643,7 @@ components:
2863928643
type: apiKey
2864028644
info:
2864128645
title: Stream API
28642-
version: v208.11.0
28646+
version: v210.4.0
2864328647
openapi: 3.0.3
2864428648
paths:
2864528649
/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
@@ -7412,7 +7412,7 @@ components:
74127412
type: apiKey
74137413
info:
74147414
title: Stream API
7415-
version: v208.11.0
7415+
version: v210.4.0
74167416
openapi: 3.0.3
74177417
paths:
74187418
/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ components:
639639
type: string
640640
x-stream-index: "002.001"
641641
type:
642-
default: export.moderation_logs.error
642+
default: export.bulk_image_moderation.error
643643
type: string
644644
x-stream-index: "003.002"
645645
required:
@@ -8664,7 +8664,7 @@ components:
86648664
type: apiKey
86658665
info:
86668666
title: Stream API
8667-
version: v208.11.0
8667+
version: v210.4.0
86688668
openapi: 3.0.3
86698669
paths:
86708670
/api/v2/moderation/ban:

0 commit comments

Comments
 (0)