Add capacity to push multiple items at once
The FastAPI Swagger is mentioning the endpoint "/collections/{collection_id}/bulk_items" that can be used to push multiple items at the same time.
It could be useful to implement such a method in the class StacTransactionHandler, especially to apply a change manually to all the items of a collection.
A typical use case would be the renaming of all the items of a large collection.
Edited by DE BOISSIEU FLORIAN