cancel
Showing results for 
Search instead for 
Did you mean: 

About site folder creation

sergus_dev
Confirmed Champ
Confirmed Champ

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 1

angelborroy
Community Manager Community Manager
Community Manager

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