mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-23 03:49:49 -08:00
Fix API version in docs (#3180)
This commit is contained in:
parent
a540454332
commit
4666e5f427
1 changed files with 1 additions and 1 deletions
|
|
@ -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/).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue