Skip to content

Commit

Permalink
added 204 no content option
Browse files Browse the repository at this point in the history
  • Loading branch information
mplatypus committed May 24, 2024
1 parent 81f0921 commit 9df6253
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/api/rest.md
Original file line number Diff line number Diff line change
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 9df6253

Please sign in to comment.