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