You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
### 2.7.1 (Next)
2
2
3
+
*[#558](https://github.com/slack-ruby/slack-ruby-client/pull/558): Update API from [slack-api-ref@c408935](https://github.com/slack-ruby/slack-api-ref/commit/c408935) - [@slack-ruby-ci-bot](https://github.com/apps/slack-ruby-ci-bot).
c.flag'app_id',desc: 'The encoded app ID to set the app config for.'
22
23
c.flag'domain_restrictions',desc: 'Domain restrictions for the app. Should be an object with two properties: urls and emails. Each is an array of strings, and each sets the allowed URLs and emails for connector authorization, respectively.'
24
+
c.flag'rich_link_preview_type',desc: 'Indicates the app-level override for rich link preview. Unsupported for free teams.'
23
25
c.flag'workflow_auth_strategy',desc: 'The workflow auth permission. Can be one of builder_choice or end_user_only.'
# Domain restrictions for the app. Should be an object with two properties: urls and emails. Each is an array of strings, and each sets the allowed URLs and emails for connector authorization, respectively.
29
+
# @option options [enum] :rich_link_preview_type
30
+
# Indicates the app-level override for rich link preview. Unsupported for free teams.
28
31
# @option options [enum] :workflow_auth_strategy
29
32
# The workflow auth permission. Can be one of builder_choice or end_user_only.
0 commit comments