Skip to content

Commit

Permalink
Update API from slack-api-ref@629967e (2023-05-04)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed May 4, 2023
1 parent 0baac89 commit 4db01ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/commands/admin_apps_requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class App
g.desc 'List app requests for a team/workspace.'
g.long_desc %( List app requests for a team/workspace. )
g.command 'list' do |c|
c.flag 'certified', desc: 'Limit the results to only include certified apps. When false, no certified apps will appear in the result.'
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_requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def admin_apps_requests_cancel(options = {})
#
# List app requests for a team/workspace.
#
# @option options [boolean] :certified
# Limit the results to only include certified apps. When false, no certified apps will appear in the result.
# @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: 1 addition & 1 deletion lib/slack/web/api/slack-api-ref

0 comments on commit 4db01ce

Please sign in to comment.