Physical quotas uses limit and over.
The logical quotas design uses maximum and over. See PR #510 for the logical quotas work.
Physical quotas uses quota for specifying the maximum number of bytes.
|
--data-urlencode 'quota=<integer>' # The number of bytes which will serve as the quota limit. |
Update the physical quotas interface to use maximum instead of limit/quota.
Physical quotas uses
limitandover.irods_client_http_api/API.md
Lines 1517 to 1518 in 9cd953e
The logical quotas design uses
maximumandover. See PR #510 for the logical quotas work.Physical quotas uses
quotafor specifying the maximum number of bytes.irods_client_http_api/API.md
Line 1557 in 9cd953e
Update the physical quotas interface to use
maximuminstead oflimit/quota.