Skip to content

Commit

Permalink
Update API from slack-api-ref@a29b520 (2023-05-02)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed May 2, 2023
1 parent 71d47e7 commit 5f463f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/commands/admin_roles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class App
g.command 'listAssignments' do |c|
c.flag 'cursor', desc: 'Set cursor to next_cursor returned by the previous call to list items in the next page.'
c.flag 'entity_ids', desc: 'The entities for which the roles apply.'
c.flag 'limit', desc: 'The maximum number of items to return. Must be between 1 - 100 both inclusive.'
c.flag 'limit', desc: 'The maximum number of items to return. Must be between 1 - 200 both inclusive.'
c.flag 'role_ids', desc: 'collection of role ids to scope results by.'
c.flag 'sort_dir', desc: 'Sort direction. Default is descending on date_create, can be either ASC or DESC.'
c.action do |_global_options, options, _args|
Expand Down
2 changes: 1 addition & 1 deletion lib/slack/web/api/endpoints/admin_roles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def admin_roles_addAssignments(options = {})
# @option options [array] :entity_ids
# The entities for which the roles apply.
# @option options [integer] :limit
# The maximum number of items to return. Must be between 1 - 100 both inclusive.
# The maximum number of items to return. Must be between 1 - 200 both inclusive.
# @option options [array] :role_ids
# collection of role ids to scope results by.
# @option options [string] :sort_dir
Expand Down
2 changes: 1 addition & 1 deletion lib/slack/web/api/slack-api-ref

0 comments on commit 5f463f7

Please sign in to comment.