Skip to content

Instantly share code, notes, and snippets.

@willholley
Created November 22, 2016 10:19
Show Gist options
  • Save willholley/57d20864d071e2e8ea2786f90be19097 to your computer and use it in GitHub Desktop.
Save willholley/57d20864d071e2e8ea2786f90be19097 to your computer and use it in GitHub Desktop.
CouchDB - endpoints that may no longer work in CouchDB 2.0
"GET /_config"
"GET /_config/{section}"
"GET /_config/{section}/{key}"
"PUT /_config/{section}/{key}"
"DELETE /_config/{section}/{key}"
"GET /_log"
"POST /_restart"
"GET /_stats"
"POST /{db}/_compact"
"POST /{db}/_compact/{ddoc}"
"POST /{db}/_purge"
"POST /{db}/_view_cleanup"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment