Skip to content

Commit da75d13

Browse files
authored
Add fixes to documentation (#1047)
* Replaced string with semver * added 204 no content option
1 parent a77c72b commit da75d13

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/api/rest.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
10721072
GET /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
|---------|---------------------------------------------|-----------------------------------------------------------------------|

0 commit comments

Comments
 (0)