Versioning with Alfresco Content Services REST API

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

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 back a major or minor version?

Thanks in advance

1 Reply
angelborroy
Alfresco Employee

Re: Versioning with Alfresco Content Services REST API