Developer Documentation Library > Interviewer - Server > Architecture > Interview Service tier > Quota web service > Quota web service > /Quota/Projects/[ProjectName]/Quotas
 
/Quota/Projects/[ProjectName]/Quotas
This URL updates all quotas in the project, either to the same values or each to different values.
You can specify either the Name or Id. If more than one are specified, they must specify a single quota; that is the Name and Id must match.
For the same value
XML
<Quotas Target="10" Completed="0" />
JSON
{
"Target": "10",
"Completed": "0"
}
See also
Modifying quotas