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

                if json.status == 200