App content quota: Update
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
PUT
Path
/qrs/appcontentquota/{id}
Description
Update the app content quota object identified by {id}.
Body
The app content quota object to update. The {id} property in this object must match the {id} parameter in the path:
{ "id": "1001a995-e85d-4ecd-aa17-b66f3ac20c43", "createdDate": "2016-02-12T16:31:01.351Z", "modifiedDate": "2016-02-12T16:31:01.351Z", "modifiedByUserName": "INTERNAL\\sa_repository", "customProperties": [], "maxFileSize": 31457280, "maxLibrarySize": 52428800, "privileges": null, "schemaPath": "AppContentQuota" }
Return value
The updated application content quota, for example:
{ "id": "1001a995-e85d-4ecd-aa17-b66f3ac20c43", "createdDate": "2016-02-12T16:31:01.351Z", "modifiedDate": "2016-02-24T15:39:39.732Z", "modifiedByUserName": "INTERNAL\\sa_repository", "customProperties": [], "maxFileSize": 31457280, "maxLibrarySize": 52428800, "privileges": null, "schemaPath": "AppContentQuota" }
Optional parameters
-