lib/slack/web/api/endpoints/apps.rb in slack-ruby-client-0.14.2 vs lib/slack/web/api/endpoints/apps.rb in slack-ruby-client-0.14.3

- old
+ new

@@ -4,10 +4,10 @@ module Web module Api module Endpoints module Apps # - # This method uninstalls a workspace app. Unlike auth.revoke, which revokes a single token, this method revokes all tokens associated with a single installation of a workspace app. + # This method uninstalls an app. Unlike auth.revoke, which revokes a single token, this method revokes all tokens associated with a single installation of an app. # # @option options [Object] :client_id # Issued when you created your application. # @option options [Object] :client_secret # Issued when you created your application.