diff --git a/clients/restful-api/traverser.md b/clients/restful-api/traverser.md index 417da36d9..34cff6c1f 100644 --- a/clients/restful-api/traverser.md +++ b/clients/restful-api/traverser.md @@ -286,7 +286,7 @@ GET http://localhost:8080/graphs/{graph}/traversers/kneighbor?source=“1:marko ###### Method & Url ``` -GET http://localhost:8080/graphs/{graph}/traversers/shortestpathsource="1:marko"&target="2:ripple"&max_depth=3 +GET http://localhost:8080/graphs/{graph}/traversers/shortestpath?source="1:marko"&target="2:ripple"&max_depth=3 ``` ###### Response Status