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(account_id, ) post("/database/entry/#{account_id}", ) end |