Variable | Type | Description |
---|---|---|
list_id | string|int | The ID of the list to which the feed belongs |
feed_id | string | The ID of the feed for which to initiate the refresh process |
Parameter | Description |
---|---|
boolean | True if the refresh init succeeded, False otherwise |
true
Code | Message | Description |
---|---|---|
407 | Missing required param list_id | list_id param is required |
407 | Missing required param feed_id | feed_id param is required |
1808 | No such feed with ID: %s. | Invalid access to feed |
1809 | Feed is not active | Feed is not active |
1810 | The refresh process may not be initiated on fixed type feeds | The refresh process may not be initiated on fixed type feeds |
{ "err": true, "message": "Missing required param list_id", "code": 407 }
{ "err": true, "message": "Missing required param feed_id", "code": 407 }
{ "err": true, "message": "No such feed with ID: %s", "code": 1808 }
{ "err": true, "message": "Feed is not active", "code": 1809 }
{ "err": true, "message": "The refresh process may not be initiated on fixed type feeds", "code": 1810 }
{ "err": true, "message": "A refresh process is already running for this feed", "code": 1814 }