How to Update a Repeating Attribute of a given Object ID using the REST API

Options
Fernando C
edited February 17, 2023 in Documentum #1

Hello all,

I am working on a .NET web application that connects to the Documentum REST API and I need to be able to update a Repeating attribute of a known object (Document) ID. Can anyone give information on how to do that or the resources where that information would be located?

Tagged:

Comments

  • Use the documents resource, e.g. /repositories/<yourrepo>/documents/<yourid> with POST request. Checkout REST Reference guide for details.