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