I am developing the project for integrate Alfresco.
but, I can't update content of file.
how to use alfresco update api?
example:
http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/nodes/3d061c1a-752c-44b7-a21d-1a494ce8459e/content?majorVersion=false&comment=test_commet&name=readme. txt&include=test_include
I received 405 error code.I need help with this.
Solved! Go to Solution.
The ReST API documentation in Alfresco's API Explorer lists the content update as requiring a PUT - you used a POST, so that is almost guaranteed the source of your error.
The ReST API documentation in Alfresco's API Explorer lists the content update as requiring a PUT - you used a POST, so that is almost guaranteed the source of your error.
Thank you so much!
Hi @arturkandalyan,
Thank you for accepting the solution - useful to other users to know.
Best wishes,
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods).  If you are not ok with these terms, please do not use this website.Â