Apache CouchDB · Example Payload

Apache Couchdb Bulk Docs Request Example

ApacheDatabaseDocument StoreJSONNoSQLOpen SourceReplicationREST

Apache Couchdb Bulk Docs Request Example is an example object payload from Apache CouchDB, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

docsnew_edits

Example Payload

Raw ↑
{
  "docs": [
    {
      "_id": "doc001",
      "_rev": "1-abc123def456"
    }
  ],
  "new_edits": true
}