Skip to content

Commit

Permalink
Merge pull request #475 from slack-ruby/automated-api-update
Browse files Browse the repository at this point in the history
Update API from slack-api-ref@977dad5
  • Loading branch information
dblock committed May 6, 2023
2 parents d3f58ba + c36f689 commit d1d74a2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [#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).
* [#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).
* [#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).
* [#475](https://github.com/slack-ruby-client/pulls/475): Update API from [slack-api-ref@977dad5](https://github.com/slack-ruby/slack-api-ref/commit/977dad5) - [@slack-ruby-ci-bot](https://github.com/apps/slack-ruby-ci-bot).
* Your contribution here.

### 2.1.0 (2023/03/17)
Expand Down
1 change: 1 addition & 0 deletions bin/commands/admin_apps_approved.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class App
g.desc 'List approved apps for an org or workspace.'
g.long_desc %( List approved apps for an org or workspace. )
g.command 'list' do |c|
c.flag 'certified', desc: 'Only return certified apps when true, return only non-certified apps when false.'
c.flag 'cursor', desc: 'Set cursor to next_cursor returned by the previous call to list items in the next page.'
c.flag 'enterprise_id', desc: '.'
c.flag 'limit', desc: 'The maximum number of items to return. Must be between 1 - 1000 both inclusive.'
Expand Down
1 change: 1 addition & 0 deletions bin/commands/admin_apps_restricted.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class App
g.desc 'List restricted apps for an org or workspace.'
g.long_desc %( List restricted apps for an org or workspace. )
g.command 'list' do |c|
c.flag 'certified', desc: 'Only return certified apps when true, return only non-certified apps when false.'
c.flag 'cursor', desc: 'Set cursor to next_cursor returned by the previous call to list items in the next page.'
c.flag 'enterprise_id', desc: '.'
c.flag 'limit', desc: 'The maximum number of items to return. Must be between 1 - 1000 both inclusive.'
Expand Down
2 changes: 2 additions & 0 deletions lib/slack/web/api/endpoints/admin_apps_approved.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module AdminAppsApproved
#
# List approved apps for an org or workspace.
#
# @option options [boolean] :certified
# Only return certified apps when true, return only non-certified apps when false.
# @option options [string] :cursor
# Set cursor to next_cursor returned by the previous call to list items in the next page.
# @option options [Object] :enterprise_id
Expand Down
2 changes: 2 additions & 0 deletions lib/slack/web/api/endpoints/admin_apps_restricted.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module AdminAppsRestricted
#
# List restricted apps for an org or workspace.
#
# @option options [boolean] :certified
# Only return certified apps when true, return only non-certified apps when false.
# @option options [string] :cursor
# Set cursor to next_cursor returned by the previous call to list items in the next page.
# @option options [Object] :enterprise_id
Expand Down

0 comments on commit d1d74a2

Please sign in to comment.