From 0460eb400f69ab2329f24d38837220a2bc00bbf4 Mon Sep 17 00:00:00 2001 From: Clifford Anderson Date: Thu, 8 Feb 2018 13:52:46 -0600 Subject: [PATCH] Update cloudant-databases.md --- cloudant-databases.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/cloudant-databases.md b/cloudant-databases.md index 2785c6a..4c86b01 100644 --- a/cloudant-databases.md +++ b/cloudant-databases.md @@ -19,8 +19,6 @@ The GeoJSON data for this exercise is available [here](https://gist.github.com/C * Grant writer permissions to your new key * Create Postman operations to interact with your database -``` - ### Bulk Docs It is also possible to upload multiple JSON documents at once using the `/_bulk_docs` interface. Try uploading the [entire dataset](https://gist.github.com/CliffordAnderson/17bfe445f35cbf5161c660ef4e87b151) at once. Be sure to send an array of GeoJSON objects, not a single FeatureCollection.