You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're planning to use FeedMe to sync hundreds of items from a remote API. The data can become stale quickly but we'd like to avoid syncing everything at once at a frequent interval. The API we're consuming provides a property deleted that lists the unique ID of any items that have been deleted after a certain time period. It would be nice if we could mark entries for deletion based on this property. So it's similar to Update existing elements except for deletion.
This discussion was converted from issue #362 on August 13, 2021 20:03.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We're planning to use FeedMe to sync hundreds of items from a remote API. The data can become stale quickly but we'd like to avoid syncing everything at once at a frequent interval. The API we're consuming provides a property
deleted
that lists the unique ID of any items that have been deleted after a certain time period. It would be nice if we could mark entries for deletion based on this property. So it's similar toUpdate existing elements
except for deletion.Beta Was this translation helpful? Give feedback.
All reactions