There are many reasons why you may choose to update a quota quantity. You can use the quota quantity to:

You may update the quota quantity to any value greater than or equal to 0. If the new quantity is less than or equal to the quantity fielded, this quota will not receive any traffic.

Request


PATCH $apihost/$basepath/surveys/7654/quotas/qb30

($apihost is the environment against which you are testing, and $basepath is the base path with the api version. All Buy API calls will require access-token parameter in the header) 

Body: 

[
  {
    "op": "replace",
    "path": "/required_count",
    "value": 171
  }
]


Response


Response Code

200

Response Body

{
    "ps_buyer_quota_id": "qb30",
    "required_count": 171
}