Files
Creates a new folder
By passing in the appropriate properties, you can create a new folder
post/Folders
Headers
Idempotency-Keystring
This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
Request body
Example request
{
"Name": "assets",
"FileCount": 5,
"Email": "foo@bar.com",
"IsInbox": true,
"Id": "4ff1e5cc-9835-40d5-bb18-09fdb118db9c"
}Response
search results matching criteria
Example response
{
"Name": "assets",
"FileCount": 5,
"Email": "foo@bar.com",
"IsInbox": true,
"Id": "4ff1e5cc-9835-40d5-bb18-09fdb118db9c"
}