summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/api/v2/README.md4
1 files changed, 2 insertions, 2 deletions
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 */]
}