docs: add suggestion to prefix all urls with base url.
This commit is contained in:
+1
-2
@@ -311,10 +311,10 @@ whitelist
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Available endpoints
|
### Available endpoints
|
||||||
|
|
||||||
If you wish to call the REST API manually via another route, e.g. directly via `curl`, the table below shows the relevant URL endpoints and parameters.
|
If you wish to call the REST API manually via another route, e.g. directly via `curl`, the table below shows the relevant URL endpoints and parameters.
|
||||||
|
All endpoints in the below table need to be prefixed with the base URL of the API, e.g. `http://127.0.0.1:8080/api/v1/` - so the command becomes `http://127.0.0.1:8080/api/v1/<command>`.
|
||||||
|
|
||||||
| Endpoint | Params (type) | Method | Description |
|
| Endpoint | Params (type) | Method | Description |
|
||||||
|-----------|---------------|--------|-------------|
|
|-----------|---------------|--------|-------------|
|
||||||
@@ -367,7 +367,6 @@ If you wish to call the REST API manually via another route, e.g. directly via `
|
|||||||
!!! Warning "Alpha status"
|
!!! Warning "Alpha status"
|
||||||
Endpoints labeled with *Alpha status* above may change at any time without notice.
|
Endpoints labeled with *Alpha status* above may change at any time without notice.
|
||||||
|
|
||||||
|
|
||||||
### Message WebSocket
|
### Message WebSocket
|
||||||
|
|
||||||
The API Server includes a websocket endpoint for subscribing to RPC messages from the freqtrade Bot.
|
The API Server includes a websocket endpoint for subscribing to RPC messages from the freqtrade Bot.
|
||||||
|
|||||||
Reference in New Issue
Block a user