Management API Approach for Bulk Operations
# package-development
w
Management API Approach Is the approach for each API endpoint in Umbraco to deal with a single item/entity and not take in a collection of items for performing bulk operations?
So is the pattern to have the API only deal with one item and that the JS is calling it multiple times if I am to perform bulk operations from a collection?
OK well found a bug when trying to investigate this manually when trying to bulk publish/unblish content nodes from a list view/collection