From 5c452bbada521ed053035d183f0e6d55a1ea7df5 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 26 Apr 2016 21:22:13 +0200 Subject: add type structures --- docs/api/v2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api') diff --git a/docs/api/v2/README.md b/docs/api/v2/README.md index a00cc3438..dbb030d26 100644 --- a/docs/api/v2/README.md +++ b/docs/api/v2/README.md @@ -238,7 +238,7 @@ If the HTTP status code was either in the **4xx** or **5xx** range, the exact sa ## Folders -Folders are represented in the following data structure: +Folders are represented using the following data structure: ```json { "id": 3, @@ -258,7 +258,7 @@ TBD TBD ## Feeds -Feeds are represented in the following data structure: +Feeds are represented using the following data structure: ```json { -- cgit v1.2.3