From 993dd122a58a701ae3c3d70ace8890c43054218e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 26 Apr 2016 22:50:51 +0200 Subject: Add update api --- docs/api/v2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md index 951ece9d5..a9077eb4b 100644 --- a/docs/api/v2/README.md +++ b/docs/api/v2/README.md @@ -521,8 +521,8 @@ Both APIs will return the following response body or terminal output: ```js { "data": { - "feeds": [{ - "id": 3, + "updater": [{ + "feedId": 3, "userId": "john" }, /* etc */] } -- cgit v1.2.3