From c4b39a4fb1cbe81d0bf419ffa0c7dbd3284b9e4b Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 19 Dec 2024 06:50:36 +0100 Subject: [PATCH] docs: add suggestion to prefix all urls with base url. --- docs/rest-api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/rest-api.md b/docs/rest-api.md index b33392199..81b4d4c26 100644 --- a/docs/rest-api.md +++ b/docs/rest-api.md @@ -311,10 +311,10 @@ whitelist ``` - ### 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. +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/`. | 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" Endpoints labeled with *Alpha status* above may change at any time without notice. - ### Message WebSocket The API Server includes a websocket endpoint for subscribing to RPC messages from the freqtrade Bot.