Skip to content

Commit 574c7f6

Browse files
authored
Fix wrong HTTP methods in docs
1 parent 906cdd9 commit 574c7f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IMPLEMENTATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ A severity level of `COMMON` indicates that the error is non-fatal and that the
328328
Additionally there are a few REST endpoints for the ip rotation extension
329329
#### RoutePlanner Status
330330
```
331-
GET /routeplanner/status
331+
POST /routeplanner/status
332332
Host: localhost:8080
333333
Authorization: youshallnotpass
334334
```
@@ -401,7 +401,7 @@ Response:
401401

402402
#### Unmark all failed address
403403
```
404-
GET /routeplanner/free/all
404+
POST /routeplanner/free/all
405405
Host: localhost:8080
406406
Authorization: youshallnotpass
407407
```

0 commit comments

Comments
 (0)