Skip to content

Commit d3f58ba

Browse files
authored
Merge pull request #474 from slack-ruby/automated-api-update
Update API from slack-api-ref@629967e
2 parents 0baac89 + df0b991 commit d3f58ba

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [#448](https://github.com/slack-ruby/slack-ruby-client/pull/448), [#453](https://github.com/slack-ruby/slack-ruby-client/pull/453): Automatically convert more Web API arguments to JSON-encoded strings - [@jmanian](https://github.com/jmanian).
88
* [#465](https://github.com/slack-ruby-client/pulls/465): Update API from [slack-api-ref@878be8f](https://github.com/slack-ruby/slack-api-ref/commit/878be8f) - [@slack-ruby-ci-bot](https://github.com/apps/slack-ruby-ci-bot).
99
* [#473](https://github.com/slack-ruby-client/pulls/473): Update API from [slack-api-ref@a29b520](https://github.com/slack-ruby/slack-api-ref/commit/a29b520) - [@slack-ruby-ci-bot](https://github.com/apps/slack-ruby-ci-bot).
10+
* [#474](https://github.com/slack-ruby-client/pulls/474): Update API from [slack-api-ref@629967e](https://github.com/slack-ruby/slack-api-ref/commit/629967e) - [@slack-ruby-ci-bot](https://github.com/apps/slack-ruby-ci-bot).
1011
* Your contribution here.
1112

1213
### 2.1.0 (2023/03/17)

bin/commands/admin_apps_requests.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class App
2020
g.desc 'List app requests for a team/workspace.'
2121
g.long_desc %( List app requests for a team/workspace. )
2222
g.command 'list' do |c|
23+
c.flag 'certified', desc: 'Limit the results to only include certified apps. When false, no certified apps will appear in the result.'
2324
c.flag 'cursor', desc: 'Set cursor to next_cursor returned by the previous call to list items in the next page.'
2425
c.flag 'enterprise_id', desc: '.'
2526
c.flag 'limit', desc: 'The maximum number of items to return. Must be between 1 - 1000 both inclusive.'

lib/slack/web/api/endpoints/admin_apps_requests.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def admin_apps_requests_cancel(options = {})
2525
#
2626
# List app requests for a team/workspace.
2727
#
28+
# @option options [boolean] :certified
29+
# Limit the results to only include certified apps. When false, no certified apps will appear in the result.
2830
# @option options [string] :cursor
2931
# Set cursor to next_cursor returned by the previous call to list items in the next page.
3032
# @option options [Object] :enterprise_id

0 commit comments

Comments
 (0)