-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Slack API Ref Buildbot
committed
Jul 10, 2023
1 parent
35131a8
commit a45def2
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "star_added", | ||
"desc": "A member has starred an item.", | ||
"long_desc": "Stars can no longer be interacted with by end-users. The star_added event is no longer emitted. We recommend retiring any app functionality that relies on stars APIs. End-users can use the new Later view, but Later APIs are not currently available. When an item was starred, the star_added event was sent to all connected clients for the authenticated user who starred the item. See the stars.list method for details of the structure of the item property. When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more", | ||
"desc": "A member has saved an item for later or starred an item.", | ||
"long_desc": "When an item was starred, the star_added event was sent to all connected clients for the authenticated user who starred the item. See the stars.list method for details of the structure of the item property. When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more", | ||
"required_scope": "RTM" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "star_removed", | ||
"desc": "A member removed a star.", | ||
"long_desc": "Stars can no longer be interacted with by end-users. We recommend retiring any app functionality that relies on stars APIs. End-users can use the new Later view, but Later APIs are not currently available. When an item was unstarred, the star_removed event was sent to all connected clients for users who can see the content that was unstarred. See the stars.list method for details of the structure of the item property. When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more", | ||
"desc": "A member has removed an item saved for later or starred an item.", | ||
"long_desc": "When an item was unstarred, the star_removed event was sent to all connected clients for users who can see the content that was unstarred. See the stars.list method for details of the structure of the item property. When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more", | ||
"required_scope": "RTM" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters