The application id of the application that is to be linked.
:subaccount(String)
—
The auth_id of the subaccount to which this number should be added. This can only be performed by a main account holder.
306
307
308
309
310
# File 'lib/plivo/resources/numbers.rb', line 306defupdate(number,options=nil)valid_param?(:number,number,[String,Symbol],true)Number.new(@_client,resource_id:number).update(options)end