Sha256: cf3eb2669ccd3f332120e0b755de9e5e3f198ee254813880cd7801c0b74f2235
Contents?: true
Size: 615 Bytes
Versions: 7
Compression:
Stored size: 615 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints module TeamPreferences # # Retrieve a list of a workspace's team preferences. # # @see https://api.slack.com/methods/team.preferences.list # @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/team.preferences/team.preferences.list.json def team_preferences_list(options = {}) post('team.preferences.list', options) end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems