Skip to content

Commit

Permalink
Update video openapi Spec (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: GH Action CI Stream <ci@stream.io>
  • Loading branch information
stream-ci-bot and stream-ci-zz committed Feb 26, 2024
1 parent 77454aa commit c8f14ba
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3868,7 +3868,7 @@ components:
html:
type: boolean
x-stream-index: "004"
mentioned_user_i_ds:
mentioned_user_ids:
type: boolean
x-stream-index: "006"
mml:
Expand All @@ -3892,7 +3892,7 @@ components:
- mml
- html
- attachments
- mentioned_user_i_ds
- mentioned_user_ids
- quoted_message_id
- silent
- pin
Expand Down Expand Up @@ -8435,7 +8435,7 @@ components:
type: apiKey
info:
title: Stream API
version: v99.1.0
version: v99.1.1
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5239,7 +5239,7 @@ components:
html:
type: boolean
x-stream-index: "004"
mentioned_user_i_ds:
mentioned_user_ids:
type: boolean
x-stream-index: "006"
mml:
Expand All @@ -5263,7 +5263,7 @@ components:
- mml
- html
- attachments
- mentioned_user_i_ds
- mentioned_user_ids
- quoted_message_id
- silent
- pin
Expand Down Expand Up @@ -9785,7 +9785,7 @@ components:
type: apiKey
info:
title: Stream API
version: v99.1.0
version: v99.1.1
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5783,7 +5783,7 @@ components:
html:
type: boolean
x-stream-index: "004"
mentioned_user_i_ds:
mentioned_user_ids:
type: boolean
x-stream-index: "006"
mml:
Expand All @@ -5807,7 +5807,7 @@ components:
- mml
- html
- attachments
- mentioned_user_i_ds
- mentioned_user_ids
- quoted_message_id
- silent
- pin
Expand Down Expand Up @@ -5988,7 +5988,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 @@ -11276,7 +11276,7 @@ components:
type: apiKey
info:
title: Stream API
version: v99.1.0
version: v99.1.1
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions openapi/serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6260,7 +6260,7 @@ components:
html:
type: boolean
x-stream-index: "004"
mentioned_user_i_ds:
mentioned_user_ids:
type: boolean
x-stream-index: "006"
mml:
Expand All @@ -6284,7 +6284,7 @@ components:
- mml
- html
- attachments
- mentioned_user_i_ds
- mentioned_user_ids
- quoted_message_id
- silent
- pin
Expand Down Expand Up @@ -11590,7 +11590,7 @@ components:
type: apiKey
info:
title: Stream API
version: v99.1.0
version: v99.1.1
openapi: 3.0.3
paths:
/api/v2/app:
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 @@ -3494,7 +3494,7 @@ components:
type: apiKey
info:
title: Stream API
version: v99.1.0
version: v99.1.1
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: v99.1.0
version: v99.1.1
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit c8f14ba

Please sign in to comment.