Skip to content

Commit 8349934

Browse files
committed
Update video openapi Spec
1 parent df836fc commit 8349934

32 files changed

+1181
-70
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: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8615,6 +8615,15 @@ components:
86158615
title: Hard delete
86168616
type: boolean
86178617
x-stream-index: "002"
8618+
member_ids:
8619+
description: List of member IDs to hide message history for. If empty, truncates
8620+
the channel for all members
8621+
items:
8622+
type: string
8623+
maximum: 100
8624+
title: Member IDs
8625+
type: array
8626+
x-stream-index: "007"
86188627
message:
86198628
$ref: '#/components/schemas/MessageRequest'
86208629
x-stream-index: "004"
@@ -9155,6 +9164,9 @@ components:
91559164
skip_enrich_url:
91569165
description: Skip enrich URL
91579166
title: boolean
9167+
type: boolean
9168+
x-stream-index: "003"
9169+
skip_push:
91589170
type: boolean
91599171
x-stream-index: "002"
91609172
required:
@@ -10506,7 +10518,7 @@ components:
1050610518
type: apiKey
1050710519
info:
1050810520
title: Stream API
10509-
version: v173.0.0
10521+
version: v174.5.0
1051010522
openapi: 3.0.3
1051110523
paths:
1051210524
/app:
@@ -11759,7 +11771,7 @@ paths:
1175911771
/channels/{type}/{id}/truncate:
1176011772
post:
1176111773
description: |
11762-
Truncates channel
11774+
Truncates messages from a channel. Can be applied to the entire channel or scoped to specific members.
1176311775
1176411776
Sends events:
1176511777
- channel.truncated
@@ -12333,7 +12345,7 @@ paths:
1233312345
title: ID
1233412346
type: string
1233512347
writeOnly: true
12336-
x-stream-index: "003.001"
12348+
x-stream-index: "004.001"
1233712349
requestBody:
1233812350
content:
1233912351
application/json:

openapi/chat-openapi.json

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

0 commit comments

Comments
 (0)