add HTTP codes to RSS section

rmartin16
2019-05-05 20:21:19 -04:00
parent b122263fa9
commit f466e0ae45

@@ -2258,6 +2258,13 @@ Parameter | Type | Description
**Returns:**
HTTP Status Code | Scenario
----------------------------------|---------------------
409 | Failure to add folder
200 | All other scenarios
## Add feed ##
Name: `addFeed`
Parameters:
@@ -2269,6 +2276,13 @@ Parameter | Type | Description
**Returns:**
HTTP Status Code | Scenario
----------------------------------|---------------------
409 | Failure to add feed
200 | All other scenarios
## Remove item ##
Removes folder or feed.
Name: `removeItem`
@@ -2281,6 +2295,13 @@ Parameter | Type | Description
**Returns:**
HTTP Status Code | Scenario
----------------------------------|---------------------
409 | Failure to remove item
200 | All other scenarios
## Move item ##
Moves/renames folder or feed.
Name: `moveItem`
@@ -2294,6 +2315,13 @@ Parameter | Type | Description
**Returns:**
HTTP Status Code | Scenario
----------------------------------|---------------------
409 | Failure to move item
200 | All other scenarios
## Get all items ##
Name: `items`
Parameters:
@@ -2380,6 +2408,12 @@ Parameter | Type | Description
**Returns:**
HTTP Status Code | Scenario
----------------------------------|---------------------
200 | All scenarios
## Remove auto-downloading rule ##
Name: `removeRule`
Parameters:
@@ -2390,6 +2424,13 @@ Parameter | Type | Description
**Returns:**
HTTP Status Code | Scenario
----------------------------------|---------------------
200 | All scenarios
## Get all auto-downloading rules ##
Name: `rules`
Returns all auto-downloading rules in JSON format, e.g.:
@@ -2418,6 +2459,12 @@ Returns all auto-downloading rules in JSON format, e.g.:
```
**Returns:**
HTTP Status Code | Scenario
----------------------------------|---------------------
200 | All scenarios
# Search #
All Search API methods are under "search", e.g.: `/api/v2/search/methodName`.