Create folder quota

SecurityAuthToken
Request
path Parameters
volume_guid
required
string

Volume identifier

Request Body schema: application/json
required

The folder quota to create.

type
required
string

The type of folder quota object

Enum: "rule" "quota"
path
required
string

Path of the folder quota.

email
string

Email associated with the folder quota.

limit
required
integer >= 0

Usage limit of the folder quota in bytes.

children
boolean

Whether a rule applies to child folders.

Responses
200

Success

401

Authentication failure

409

Conflict

429

Request throttled

post/volumes/{volume_guid}/folder-quotas/
Request samples
application/json
{
  • "type": "rule",
  • "path": "string",
  • "email": "string",
  • "limit": 0,
  • "children": true
}
Response samples
application/json
{
  • "message": {
    }
}
Copyright © 2025 Nasuni Corporation. All rights reserved.