Method: ElasticWeb::Client::Databases#create_database

Defined in:
lib/elasticweb/client/databases.rb

#create_database(account_id, options) ⇒ Object



12
13
14
# File 'lib/elasticweb/client/databases.rb', line 12

def create_database(, options)
  post("/database/entry/#{account_id}", options)
end