Versioning with Alfresco Content Services REST API
Hi everyone,i'm using Alfresco Content Services REST API (in PHP).To update a node i use this:PUT /nodes/{nodeId}/content to update content and this:PUT /nodes/{nodeId} to update properties.But i always get a node with version 1.0.How could i get bac...