Updating a document using CMIS 1.1

cancel
Showing results for 
Search instead for 
Did you mean: 
Vishruti_Shah
Member II

Updating a document using CMIS 1.1

Hi,

I am trying to update the metadata properties of the existing document in alfresco repository using CMIS 1.1 Browser binding or Atom binding API URL.

I want the API URL which can be passed over the HTTP POST request via postman. Also, how will the parameters  be passed for the same and the order in which the properties needs to be passed?

Can you please suggest any link that can be reffered for the same?

Thanks.

1 Reply
Vishruti_Shah
Member II

Re: Updating a document using CMIS 1.1

Hi,

I want to change the content of the file using CMIS 1.1 browser binding API, I tried doing it using cmisaction=update and passing the file using the key as content or file but that is not working properly like the document gets created but the existing document is not getting replaced with the attached document.

The same is possible if I do it using cmisaction=checkOut and cmisaction=checkIn but that is a part of versioning. Is there a way we can do that without doing checkOut and checkIn process?

Can you please suggest a way in which this can be possible?

Thanks.