Developer Documentation Library > Interviewer - Server > Architecture > Interview Service tier > Quota web service > Quota web service > Modifying quotas
 
Modifying quotas
The PendMode, PendLimit, AllowOverQuota, IsCounterOnly, Priority, Completed, Pending, and Target values can be changed by using an HTTP PATCH request to specific URLs.
The attributes that can be specified depend on the permission assigned to the user (see Permissions). The following table shows all quota and quota group attributes/fields, the possible features, and indicates which feature is required to be able to modify each attribute/field.
Feature
 
 
 
canEditTarget
canEditAll
canEditPrioritization
PendMode
 
 
PendLimit
 
 
Priority
 
 
IsCounterOnly
 
 
AllowOverQuota
 
 
Completed
 
 
Pending
 
 
Target
 
You can update all quotas in a project, in a quota group, or a single quota, by using one of the following URLs.
See
/Quota/Projects/[ProjectName]/QuotaGroups/[QuotaGroup]/Quotas/[QuotaName]
/Quota/Projects/[ProjectName]/QuotaGroups/[QuotaGroup]/Quotas
/Quota/Projects/[ProjectName]/Quotas
/Quota/Projects/[ProjectName]/QuotaGroups/[QuotaGroup]/Quotas/Id
/Quota/Version
See also
Quota web service