REST api for creating directories

Hi,

Is there a REST api to create directories? Alternatively, I will create a dummy file in the directory.
Also, does the file permissions API work for directories? I want to set permissions on a directory level.

Kind regards,
Jeroen

Hi Jeroen,

There is no dedicated API to create a directory. You’d need to do as you said - create a file, then delete it.

The permissions API works for directories as well.

Regards,
Mark

Thanks for the swift reply as always!