Create Asset Folder

POST

Create an Asset Folder within a given site

Required scope | assets:write

Path parameters

site_idstringRequired

Unique identifier for a Site

Request

This endpoint expects an object.
displayNamestringRequired

A human readable name for the Asset Folder

parentFolderstringOptional

An (optional) pointer to a parent Asset Folder (or null for root)

Response

Request was successful

idstringOptional

Unique identifier for the Asset Folder

displayNamestringOptional

User visible name for the Asset Folder

parentFolderstringOptional

Pointer to parent Asset Folder (or null if root)

assetslist of stringsOptional

Array of Asset instances in the folder

siteIdstringOptional

The unique ID of the site the Asset Folder belongs to

createdOndatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Date that the Asset Folder was created on

lastUpdateddatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Date that the Asset Folder was last updated on

Errors