From 4be45eacc6867ee7f3184ada2d06f2f6da5485df Mon Sep 17 00:00:00 2001 From: Max Ammann Date: Mon, 13 Jun 2016 14:08:01 +0200 Subject: [PATCH] Added documentation for the new 'expand' flag --- docs/plugins/web.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/web.rst b/docs/plugins/web.rst index 7b2bfedef..b267af9d2 100644 --- a/docs/plugins/web.rst +++ b/docs/plugins/web.rst @@ -197,6 +197,7 @@ The interface and response format is similar to the item API, except replacing the encapsulation key ``"items"`` with ``"albums"`` when requesting ``/album/`` or ``/album/5,7``. In addition we can request the cover art of an album with ``GET /album/5/art``. +You can also add the '?expand' flag to get the individual items of an album. ``GET /stats``