Apache CouchDB · Example Payload

Apache Couchdb Session Request Example

ApacheDatabaseDocument StoreJSONNoSQLOpen SourceReplicationREST

Apache Couchdb Session 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

namepassword

Example Payload

Raw ↑
{
  "name": "admin",
  "password": "secretpassword"
}