def update(**options)
            json = put_request(options.merge(:channel_key => @key))
            res = JSON.parse(json.body)

            if json.status == 200