Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

36 changes: 28 additions & 8 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,11 @@ components:
description: Request body for adding members to a user group
nullable: true
properties:
as_admin:
description: Whether to add the members as group admins. Defaults to false
title: As Admin
type: boolean
x-stream-index: "003"
member_ids:
description: List of user IDs to add as members
items:
Expand All @@ -266,7 +271,7 @@ components:
team_id:
maxLength: 255
type: string
x-stream-index: "003"
x-stream-index: "004"
required:
- member_ids
title: AddUserGroupMembersRequest
Expand Down Expand Up @@ -3372,6 +3377,15 @@ components:
title: Comment
type: string
x-stream-index: "002"
comment_mention:
description: 'Push notification preference for mentions in comments. One
of: all, none'
enum:
- all
- none
title: Comment Mention
type: string
x-stream-index: "006"
comment_reaction:
description: 'Push notification preference for reactions on comments. One
of: all, none'
Expand All @@ -3397,7 +3411,7 @@ components:
of activity type to preference (all or none)
title: Custom Activity Types
type: object
x-stream-index: "007"
x-stream-index: "008"
follow:
description: 'Push notification preference for new followers. One of: all,
none'
Expand All @@ -3408,14 +3422,14 @@ components:
type: string
x-stream-index: "001"
mention:
description: 'Push notification preference for mentions in activities or
comments. One of: all, none'
description: 'Push notification preference for mentions in activities. One
of: all, none'
enum:
- all
- none
title: Mention
type: string
x-stream-index: "006"
x-stream-index: "007"
reaction:
description: 'Push notification preference for reactions on user''s activities
or comments. One of: all, none'
Expand All @@ -3432,20 +3446,26 @@ components:
comment:
type: string
x-stream-index: "002"
comment_mention:
type: string
x-stream-index: "006"
comment_reaction:
type: string
x-stream-index: "004"
comment_reply:
type: string
x-stream-index: "005"
custom_activity_types:
additionalProperties:
type: string
type: object
x-stream-index: "006"
x-stream-index: "008"
follow:
type: string
x-stream-index: "001"
mention:
type: string
x-stream-index: "005"
x-stream-index: "007"
reaction:
type: string
x-stream-index: "003"
Expand Down Expand Up @@ -14454,7 +14474,7 @@ components:
type: apiKey
info:
title: Stream API
version: v223.38.0
version: v223.44.0
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.

Loading
Loading