lib/slack/endpoint/team.rb in slack-api-1.5.0 vs lib/slack/endpoint/team.rb in slack-api-1.6.0
- old
+ new
@@ -67,14 +67,14 @@
#
# This method is used to get the profile field definitions for this team.
#
# @option options [Object] :visibility
# Filter by visibility.
- # @see https://api.slack.com/methods/team.profile
- # @see https://github.com/aki017/slack-api-docs/blob/master/methods/team.profile.md
- # @see https://github.com/aki017/slack-api-docs/blob/master/methods/team.profile.json
- def team_profile(options={})
- post("team.profile", options)
+ # @see https://api.slack.com/methods/team.profile.get
+ # @see https://github.com/aki017/slack-api-docs/blob/master/methods/team.profile.get.md
+ # @see https://github.com/aki017/slack-api-docs/blob/master/methods/team.profile.get.json
+ def team_profile_get(options={})
+ post("team.profile.get", options)
end
end
end
end