module Slack::Web::Faraday::Request

def put(path, options = {})

def put(path, options = {})
  request(:put, path, options)
end