Folders
Create folders by paths on a site
Creates one or more folders on the specified site. The request body is a raw JSON array of folder paths (e.g., ["/path1", "/path2/subpath"]). Nested paths will create intermediate folders as needed.
post/api/v1/folder/createfolders/{siteName}
Path parameters
siteNamestring required
Request body
string[] required
Response
Folders created successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.