AdjustTestQuotaTarget

Description

Adjusts the test database target for a quota row in design mode by a provided delta value. For example, the quota target can be decreased by 10 by providing -10 for deltaTarget.

This method can only be used if QuotaRowId was included from the GetQuotaList method. See note above.
Signature
int AdjustTestQuotaTarget(string key, string projectId, string quotaName, int quotaRowId, int deltaTarget)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

The project ID

quotaName

string required

quotaRowId

int required

deltaTarget

int required

Response

Data Type Description

Example