Greetings,
I am new to REST API. I reviewed the API and I wonder if there is any resource that allows me to create a new document in ECM, or if the document already exists, just create a new version in the same request. Also, the request would add a collection of categories to the new/versioned document.
Do you know if the API provides such functionality?
Otherwise this use case requires multiple calls: 1) ask ECM if the document exists. 2) if so, create a new version, 3) otherwise create new document, 4) and add collection of categories to document.