Class: Influxdb::Api::Namespaces::ClusterAdmins
- Defined in:
- lib/influxdb/api/namespaces/cluster_admins.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#all, #create, #delete, #initialize
Constructor Details
This class inherits a constructor from Influxdb::Api::Namespaces::Base
Instance Method Details
#update(name, attributes) ⇒ Object
7 8 9 10 |
# File 'lib/influxdb/api/namespaces/cluster_admins.rb', line 7 def update(name, attributes) perform_post(resource_path(name), {}, attributes) true end |