Increments the install count for a marketplace package Returns (Task)
Overview of IncrementInstallCount goes here.
| Name | Description |
|---|---|
| item | The marketplace package to increment install count for |
Example in C#
// Returns: nothing
await client.IncrementInstallCount(MarketplacePackageInfo item);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/MarketplacePackages/MarketplacePackage.KEY/incrementInstallCount \
-H 'Authorization: Bearer TOKEN_GOES_HERE'