arangosh> db._routing.save({ ........> url: { ........> match: "/hello/world", ........> methods: [ "get", "post", "put" ] ........> }, ........> action: { ........> do: "@arangodb/actions/echoRequest" ........> } ........> }); { "_id" : "_routing/9511", "_key" : "9511", "_rev" : "9511" } arangosh> require("internal").reloadRouting()