update object using rest services

Hi All,
We are working on documentum 7.3 rest service . We are able to use the read(select ) dql query to retrieve details and its working fine. if we use update query it say only read query is allowed . Please help us how to update the object using rest service

Regards,
Krishnasami

Comments

  • OOTB, only READ queries are allowed using ReST. There is one option to override this behavior that I am aware of, but it can pose a security risk. Consider writing your own service that can do this.

    Syed Haque
    OpenText

  • How do you edit objects and their metadata from the rest api? - "syntax will be fine".