Create Asset Folder
Create an Asset Folder within a given site
Required scope | assets:write
Path parameters
site_id
Unique identifier for a Site
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
displayName
A human readable name for the Asset Folder
parentFolder
An (optional) pointer to a parent Asset Folder (or null for root)
Response
Request was successful
id
Unique identifier for the Asset Folder
displayName
User visible name for the Asset Folder
parentFolder
Pointer to parent Asset Folder (or null if root)
assets
Array of Asset instances in the folder
siteId
The unique ID of the site the Asset Folder belongs to
createdOn
Date that the Asset Folder was created on
lastUpdated
Date that the Asset Folder was last updated on