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/103005",
"_key" : "103005",
"_rev" : "_Y2g6qsO--_"
}