Skip to content

Commit

Permalink
Updated from Slack docs, 2023/07/10
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed Jul 10, 2023
1 parent 35131a8 commit a45def2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions events/star_added.json
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"
}
4 changes: 2 additions & 2 deletions events/star_removed.json
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"
}
1 change: 1 addition & 0 deletions methods/files/files.info.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"canvas_disabled_user_team": "Canvas is disabled on user's team for connected Channels.",
"canvas_disabled_file_team": "Canvas is disabled on file's team.",
"not_visible": "Do not have permission to view the file.",
"template_not_visible": "Do not have permissions to view this template.",
"slack_connect_canvas_sharing_blocked": "Admin has disabled sharing of Canvas links in all Slack Connect communications.",
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
"deprecated_endpoint": "The endpoint has been deprecated.",
Expand Down

0 comments on commit a45def2

Please sign in to comment.