lib/slack/web/api/endpoints/team_profile.rb in slack-ruby-client-2.2.0 vs lib/slack/web/api/endpoints/team_profile.rb in slack-ruby-client-2.3.0

- old
+ new

@@ -7,10 +7,10 @@ module Endpoints module TeamProfile # # Retrieve a team's profile. # - # @option options [string] :visibility + # @option options [enum] :visibility # Filter by visibility. # @see https://api.slack.com/methods/team.profile.get # @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/team.profile/team.profile.get.json def team_profile_get(options = {}) post('team.profile.get', options)