From 1426aea4a28d63d2228692a34678f4bf8071c05d Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Sat, 14 Jan 2017 21:06:38 -0800 Subject: [PATCH] Update docs --- docs/plugins/web.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/plugins/web.rst b/docs/plugins/web.rst index f0adacc00..9f1bbcd99 100644 --- a/docs/plugins/web.rst +++ b/docs/plugins/web.rst @@ -165,8 +165,11 @@ dropped from the response. ``GET /item/path/...`` ++++++++++++++++++++++ -Look for an item at the given path on the server. If it corresponds to a track, -return the track in the same format as ``/item/*``. +Look for an item at the given absolute path on the server. If it corresponds to +a track, return the track in the same format as ``/item/*``. + +If the server runs UNIX, you'll need to include an extra leading slash: +``http://localhost:8337/item/path//Users/beets/Music/Foo/Bar/Baz.mp3`` ``GET /item/query/querystring``