From 187ed7902765e02f6efe2d624e80b4d03dd49890 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 4 Sep 2016 11:57:25 +0200 Subject: add folder id to api --- docs/externalapi/External-Api.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/externalapi/External-Api.md b/docs/externalapi/External-Api.md index cb461847f..9bdaa136b 100644 --- a/docs/externalapi/External-Api.md +++ b/docs/externalapi/External-Api.md @@ -485,6 +485,7 @@ with the following request body: "url": "https://feed.url.com", "name": "Folder name", "ordering": 0, + "folderId": 3, "isPinned": true, "fullTextEnabled": false, "basicAuthUser": "user", @@ -492,6 +493,7 @@ with the following request body: } ``` * **url**: Abitrary long text, the url needs to have the full schema e.g. https://the-url.com. In case the user omits the schema, prepending **https** is recommended +* **folderId**: 64bit Integer, the feed's folder or **0** in case no folder is specified * **name (optional)**: Abitrary long text, the feeds name or if not given taken from the RSS/Atom feed * **basicAuthUser (optional)**: Abitrary long text, if given basic auth headers are sent for the feed * **basicAuthPassword (optional)**: Abitrary long text, if given basic auth headers are sent for the feed @@ -542,6 +544,7 @@ with the following request body: "url": "https://feed.url.com", "name": "Folder name", "ordering": 0, + "folderId": 3, "isPinned": true, "fullTextEnabled": false, "basicAuthUser": "user", @@ -558,6 +561,7 @@ All parameters are optional * **ordering (optional)**: See [feeds](#Feeds) * **isPinned (optional)**: See [feeds](#Feeds) * **fullTextEnabled (optional)**: See [feeds](#Feeds) +* **folderId (optional)**: 64bit Integer, the feed's folder or **0** in case no folder is specified The following response is being returned: -- cgit v1.2.3