Add batch support to the Assets API
CURRENTLY
The Assets API only allows POST requests of one Asset at a time.
ISSUE
If you need to create a lot of assets, that's a lot of POST requests.
SOLUTION
Support batch POST requests e.g. Payload = { Assets: [ ...assets ] }
1
vote
Alex
shared this idea