Skip to content
Live demo

PATCH /feeds/{feed_id}

Move a feed into a different folder. Pass folder_id as null to move it to the top level.

PATCH/feeds/{feed_id}
Runs against the demo workspace
ParameterTypeRequiredDescription
feed_idstringyesFeed id, e.g. “fed_abc123”.
folder_idstringyesDestination folder, or null for top level.
StatusMeaning
200Move feed
400Invalid or missing parameters.
401Missing or invalid API key.
403The key lacks the “feeds:write” scope.
429Rate limit exceeded. See Retry-After.

Requires the feeds:write scope.