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?
Warren Buckley
08/02/2024, 9:29 AM
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?
Warren Buckley
08/02/2024, 10:55 AM
OK well found a bug when trying to investigate this manually when trying to bulk publish/unblish content nodes from a list view/collection