About site folder creation

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

About site folder creation

Hi, 

How to use Alfresco rest api to create folder in a site? Like a documentLibrary I need to xcreate my folder for example myDocumentLibrary. Is it possible? 

1 Reply
angelborroy
Alfresco Employee

Re: About site folder creation

You need a PUT invocation with something like this:

https://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/nodes/-root-?relativePath=Sites/test/documentLibrary/TestFolder
Hyland Developer Evangelist