[README] Document "position" parameter for queue/items/add in JSON API

This commit is contained in:
chme 2018-10-13 08:42:50 +02:00
parent 8d8663e93d
commit 1db083fa69

View File

@ -583,6 +583,7 @@ POST /api/queue/items/add
| Parameter | Value |
| --------------- | ----------------------------------------------------------- |
| uris | Comma seperated list of resource identifiers (`track`, `playlist`, `artist` or `album` object `uri`) |
| position | *(Optional)* If a position is given, new items are inserted starting from this position into the queue. |
**Response**