class Platforms::Yammer::Api::SupervisorMode

Set supervisor mode in Yammer @author Benjamin Elias @since 0.1.0

Public Instance Methods

toggle(options={}) click to toggle source

Toggle supervisor mode @param options [Hash] Options for the request @param headers [Hash] Additional headers to send with the request @return [Faraday::Response] the API response @see developer.yammer.com/docs/api-requests

# File lib/platforms/yammer/api/supervisor_mode.rb, line 14
def toggle options={}, headers={}
  @connection.post "supervisor_mode/toggle.json", options, headers
end