summaryrefslogtreecommitdiff
path: root/apps/couchdb.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/couchdb.json')
-rw-r--r--apps/couchdb.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/couchdb.json b/apps/couchdb.json
index d664836..992b956 100644
--- a/apps/couchdb.json
+++ b/apps/couchdb.json
@@ -44,6 +44,14 @@
"path" : "/:database/:doc_id",
"method" : "GET"
},
+ "get_info" : {
+ "required_params" : [
+ "database",
+ "doc_id"
+ ],
+ "path" : "/:database/:doc_id",
+ "method" : "HEAD"
+ },
"get_all_documents_by_seq" : {
"required_params" : [
"database"