Owncloud - 如何使用 API 创建文件夹?

Owncloud - How create a folder using API?

如何使用 API 在 ownCloud 中创建文件夹?

我正在搜索它,但一无所获。

我正在使用 ownCloud 版本 8.2.1

此致,

在他们的官方文档中你可以找到它here

Create a new folder

newFolder(string $path) : \OCP\Files\Folder

Parameters

$path - a string (the relative path of the folder)