PATCH /feeds/{feed_id}
Move a feed into a different folder. Pass folder_id as null to move it to the top level.
Held in this tab only (sessionStorage) and sent to the base URL above. Closing the tab clears it.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
feed_id | string | yes | Feed id, e.g. “fed_abc123”. |
folder_id | string | yes | Destination folder, or null for top level. |
Responses
Section titled “Responses”| Status | Meaning |
|---|---|
200 | Move feed |
400 | Invalid or missing parameters. |
401 | Missing or invalid API key. |
403 | The key lacks the “feeds:write” scope. |
429 | Rate limit exceeded. See Retry-After. |
Requires the feeds:write scope.