summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/couchdb.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/couchdb.json b/apps/couchdb.json
index f68529f..d664836 100644
--- a/apps/couchdb.json
+++ b/apps/couchdb.json
@@ -5,6 +5,7 @@
"required_params" : [
"database"
],
+ "required_payload" : true,
"path" : "/:database",
"method" : "POST"
},
@@ -27,6 +28,7 @@
"database",
"doc_id"
],
+ "required_payload" : true,
"path" : "/:database/:doc_id",
"method" : "POST"
},