summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2016-09-04 10:35:25 +0200
committerDaniel Schaal <daniel@schaal.email>2016-09-04 10:38:24 +0200
commitad20f9d1b75804bf25225b2b8383df8529457c06 (patch)
tree4608aac106b04c7a0c95b4c7cd82cf783ced139d /docs
parent3e053e6c1bb36dcf0118a4a2929dde227034b2c7 (diff)
Fix feed name typos
Diffstat (limited to 'docs')
-rw-r--r--docs/externalapi/External-Api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/externalapi/External-Api.md b/docs/externalapi/External-Api.md
index cb461847f..aee41cf0c 100644
--- a/docs/externalapi/External-Api.md
+++ b/docs/externalapi/External-Api.md
@@ -483,7 +483,7 @@ with the following request body:
```json
{
"url": "https://feed.url.com",
- "name": "Folder name",
+ "name": "Feed name",
"ordering": 0,
"isPinned": true,
"fullTextEnabled": false,
@@ -540,7 +540,7 @@ with the following request body:
```json
{
"url": "https://feed.url.com",
- "name": "Folder name",
+ "name": "Feed name",
"ordering": 0,
"isPinned": true,
"fullTextEnabled": false,