[docs] Fix typo in json-api.md

This commit is contained in:
ejurgensen 2023-01-10 16:55:18 +01:00
parent dbbe0a519d
commit 0d15e2a34d
1 changed files with 1 additions and 1 deletions

View File

@ -1511,7 +1511,7 @@ On success returns the HTTP `200 OK` success status response code. With the resp
**Example**
```shell
curl -X GET "http://localhost:3689/api/library/track/1"
curl -X GET "http://localhost:3689/api/library/tracks/1"
```
```json