File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -917,7 +917,7 @@ Parsed [Semantic Versioning 2.0.0](https://semver.org/)
917917``` json
918918{
919919 "version" : {
920- "string " : " 3.7.0-rc.1+test" ,
920+ "semver " : " 3.7.0-rc.1+test" ,
921921 "major" : 3 ,
922922 "minor" : 7 ,
923923 "patch" : 0 ,
@@ -1072,7 +1072,11 @@ Additionally, there are a few REST endpoints for the ip rotation extension.
10721072GET /v4/routeplanner/status
10731073```
10741074
1075- Response:
1075+ Responses:
1076+
1077+ 204 - No Content: This means the RoutePlanner is not enabled on the server.
1078+
1079+ 200 - Content: This means that the RoutePlanner has been enabled, and will give the following information.
10761080
10771081| Field | Type | Description |
10781082| ---------| ---------------------------------------------| -----------------------------------------------------------------------|
You can’t perform that action at this time.
0 commit comments