Move Programs to a Different Folder using REST API

Move Programs to a Different Folder using REST API

I would like to be able to use Marketo's REST API to move Program(s) from Folder A (current) to Folder B (desired).

Currently, there is no available API endpoint to do this operation, but it is crucial to a fully automated Archive process which maintains Program Member Data.

I think this Marketo Nation post does a good job of describing the issue as well: https://nation.marketo.com/t5/product-discussions/rest-api-to-move-assets-move-email-program-frrom-f...

Ideally, I'd like there to be a POST "Move Programs" endpoint, but it might also be possible to accomplish this with the POST "Update Program Metadata" endpoint as well if a query parameter for "Folder" was added.

Thanks for considering!