From 4666e5f42759b5680bd2ad3f287d6800b7d6f118 Mon Sep 17 00:00:00 2001 From: Mauricio Antunes Date: Mon, 1 Apr 2024 07:18:02 -0300 Subject: [PATCH] Fix API version in docs (#3180) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e80d490..e313ac4e 100644 --- a/README.md +++ b/README.md @@ -1676,7 +1676,7 @@ api: yes The API listens on `apiAddress`, that by default is `127.0.0.1:9997`; for instance, to obtain a list of active paths, run: ``` -curl http://127.0.0.1:9997/v2/paths/list +curl http://127.0.0.1:9997/v3/paths/list ``` Full documentation of the Control API is available on the [dedicated site](https://bluenviron.github.io/mediamtx/).