module Slack::Web::Api::Endpoints::ToolingTokens

def tooling_tokens_rotate(options = {})

Other tags:
    See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/tooling.tokens/tooling.tokens.rotate.json -
    See: https://api.slack.com/methods/tooling.tokens.rotate -

Options Hash: (**options)
  • :refresh_token (string) --
def tooling_tokens_rotate(options = {})
  raise ArgumentError, 'Required arguments :refresh_token missing' if options[:refresh_token].nil?
  post('tooling.tokens.rotate', options)
end