From 2dca8b0d8a6273216dde228b005c1aae27b92848 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Mon, 25 Oct 2010 12:02:00 +0200 Subject: Couchdb : add required_payload --- apps/couchdb.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') 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" }, -- cgit v1.2.3