Skip to content

Commit

Permalink
Add fixes to documentation (#1047)
Browse files Browse the repository at this point in the history
* Replaced string with semver

* added 204 no content option
  • Loading branch information
mplatypus authored May 24, 2024
1 parent a77c72b commit da75d13
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/api/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ Parsed [Semantic Versioning 2.0.0](https://semver.org/)
```json
{
"version": {
"string": "3.7.0-rc.1+test",
"semver": "3.7.0-rc.1+test",
"major": 3,
"minor": 7,
"patch": 0,
Expand Down Expand Up @@ -1072,7 +1072,11 @@ Additionally, there are a few REST endpoints for the ip rotation extension.
GET /v4/routeplanner/status
```

Response:
Responses:

204 - No Content: This means the RoutePlanner is not enabled on the server.

200 - Content: This means that the RoutePlanner has been enabled, and will give the following information.

| Field | Type | Description |
|---------|---------------------------------------------|-----------------------------------------------------------------------|
Expand Down

0 comments on commit da75d13

Please sign in to comment.