Multi-block add outside of WorkDoc context

I would like to be able to add more than one block to a WorkDoc in a single API call. This would be like create_doc_block but would allow you send a list of blocks (although you would need to specify a type for each block).

As an alternative, I know we already have addMultiBlocks, which you can call via the SDK. This is great, but doesn’t work for me as you have to call it from within a WorkDoc context. If you could add a doc_id parameter to addMultiBlocks, that would be very useful.

The scenario for either of these features would be good for is if you wanted to automatically create a workdoc and then populate it with lots of blocks quickly. This can be done right now with a combination of create_doc and create_doc_block but it is very slow as each block necessitates a separate API call.