arangosh> db._modules.save({ ........> path: "/db://ownTest", ........> content: ........> "exports.do = function(req, res, options, next) {"+ ........> " res.body = 'test';" + ........> " res.responseCode = 200;" + ........> " res.contentType = 'text/plain';" + ........> "};" ........> }); { "_id" : "_modules/46824469", "_rev" : "46824469", "_key" : "46824469" }