Web Assets
Update existing folder
Update an existing folder's configuration details and optionally rename it
put/api/v1/assets/folders
Request body
Example request
{
"assetPath": "//demo.dotcms.com/my-new-folder/",
"data": {
"title": "My Documents Folder",
"sortOrder": 100,
"showOnMenu": true,
"fileMasks": [
"*.jpg",
"*.png",
"*.pdf"
],
"defaultAssetType": "FileAsset",
"name": "my-renamed-folder"
}
}Response
Folder updated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.