I would like to change objects type using remote API (like CMIS or REST) but I dont find any documentation about this (on last alfresco community version).
The only solution I found is spying share to get the url used but I would prefer a cleaner solution if it exists.
Thanks for the links. Unfortunately, I didn't find any usefull information for my problem in them.
I have tried to use the updateProperties method on content objects but as the objectTypeId property has an updatability set to onCreate, it doesn't work.
Nervermind, I will use the share url (/alfresco/service/slingshot/doclib/type/node/{nodeid} if someone has the same problem one day).