module BWAPI::Client::Brandwatch::LogLevel
Loglevel module for brandwatch/log-level endpoint
Public Instance Methods
brandwatch_log_level(opts = {})
click to toggle source
Change the API LogLevel
@param opts [Hash] options hash of parameters @option opts [String] logLevel for API2 @return [Array] Returns the updated log level
# File lib/bwapi/client/brandwatch/log_level.rb, line 11 def brandwatch_log_level(opts = {}) post 'brandwatch/log-level', opts end