module Slack::Web::Api::Endpoints::Calls
def calls_update(options = {})
- See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/calls/calls.update.json -
See: https://api.slack.com/methods/calls.update -
Options Hash:
(**options)
-
:title
(Object
) -- -
:join_url
(Object
) -- -
:desktop_app_join_url
(Object
) -- -
:id
(Object
) --
def calls_update(options = {}) throw ArgumentError.new('Required arguments :id missing') if options[:id].nil? post('calls.update', options) end