Method: Cloudant::Client#create_docs
- Defined in:
- lib/cloudant/client.rb
#create_docs(docs_array) ⇒ Object Also known as: update_docs
Accepts an array of docs. Ids and revs are optional for creation but required for update.
178 179 180 |
# File 'lib/cloudant/client.rb', line 178 def create_docs(docs_array) bulk_docs(docs_array) end |