I have request where I have to update the object name of 10000 documents to "DeactivatedDocument" using Documentum Rest Endpoints.
But I'm not sure which endpoints should I use and how to use. I explored /batches endpoint but for that preparing the request body is going to be tough tasks for that I have to walkthrough the for loop which is tedious job.
Can someone help me in finding the right endpoint with URI details and Request body?
Thanks, Kaushal