From 441c5564b429f1abdbe66e664fa64b122d8abecd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Wed, 1 May 2013 10:40:59 +0200 Subject: [PATCH] update podcast lists API --- doc/api/reference/podcastlists.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/api/reference/podcastlists.rst b/doc/api/reference/podcastlists.rst index ae2e191c..5e56c90d 100644 --- a/doc/api/reference/podcastlists.rst +++ b/doc/api/reference/podcastlists.rst @@ -11,7 +11,9 @@ Resources The Podcast Lists API defines the following resources :: - none yet + /user//lists/create + /user//lists + /user//list/ Creating a Podcast List @@ -19,8 +21,8 @@ Creating a Podcast List Create a Podcast List :: - POST /api/2/lists//create.?title= - The list content is sent in the request body, in the format indicates by the format extension + POST /user//lists/create?title= + The list content is sent in the request body requires authenticaton @@ -38,7 +40,7 @@ List the Podcast Lists of a User -------------------------------- List User's Lists :: - GET /api/2/lists/.json + GET /user//lists Possible Responses @@ -57,7 +59,7 @@ Retrieve Podcast List Retrieve a Podcast List :: - GET /api/2/lists//list/. + GET /user//list/ Possible Responses @@ -71,7 +73,7 @@ Update Update a Podcast List:: - PUT /api/2/lists//list/. + PUT /user//list/ requires authentication @@ -87,7 +89,7 @@ Delete a Podcast List Delete a Podcast List :: - DELETE /api/2/lists//list/. + DELETE /user//list/ requires authentication -- 2.11.4.GIT