Skip to content

Commit

Permalink
Update video openapi Spec (#472)
Browse files Browse the repository at this point in the history
Co-authored-by: GH Action CI Stream <[email protected]>
  • Loading branch information
stream-ci-bot and stream-ci-zz authored Mar 8, 2024
1 parent 987d88a commit 6b4ec4b
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 17 deletions.
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8435,7 +8435,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.4.3
version: v100.5.0
openapi: 3.0.3
paths:
/app:
Expand Down Expand Up @@ -10062,7 +10062,13 @@ paths:
title: ID
type: string
writeOnly: true
x-stream-index: "001"
x-stream-index: "002"
- in: query
name: show_deleted_message
schema:
type: boolean
writeOnly: true
x-stream-index: "003"
responses:
"200":
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9791,7 +9791,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.4.3
version: v100.5.0
openapi: 3.0.3
paths:
/app:
Expand Down Expand Up @@ -12263,7 +12263,13 @@ paths:
title: ID
type: string
writeOnly: true
x-stream-index: "001"
x-stream-index: "002"
- in: query
name: show_deleted_message
schema:
type: boolean
writeOnly: true
x-stream-index: "003"
responses:
"200":
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6098,7 +6098,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: message.new
default: notification.thread_message_new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -11403,7 +11403,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.4.3
version: v100.5.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -12692,7 +12692,13 @@ paths:
title: ID
type: string
writeOnly: true
x-stream-index: "001"
x-stream-index: "002"
- in: query
name: show_deleted_message
schema:
type: boolean
writeOnly: true
x-stream-index: "003"
responses:
"200":
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11596,7 +11596,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.4.3
version: v100.5.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -13468,7 +13468,13 @@ paths:
title: ID
type: string
writeOnly: true
x-stream-index: "001"
x-stream-index: "002"
- in: query
name: show_deleted_message
schema:
type: boolean
writeOnly: true
x-stream-index: "003"
responses:
"200":
content:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi-clientside.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3621,7 +3621,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.4.3
version: v100.5.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2518,7 +2518,7 @@ components:
type: apiKey
info:
title: Stream API
version: v100.4.3
version: v100.5.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit 6b4ec4b

Please sign in to comment.