Hi,
We are using the below REST call to upload a new file to documentum (16.4)
http://xxxxx-camqa.prod.xxxxx.com/DctmRest/repositories/dmgbs_cr/folders/0b0138888000dbaa/documents
We are passing the below properties (json) to it
{
properties: {
object_name: xyz.pdf
r_object_type: gbs_bpm_docs }
}
Our requirement is if a file already exists with the same filename, we want to replace it instead of creating a new object.
Is there a parameter/property I can set to acheive this?
Your help is much appreciated!