UpdateMarketplacePackageStatus

Updates the status of a marketplace package Returns (Task)

Overview of UpdateMarketplacePackageStatus goes here.

Name Description
item The marketplace package to update status for
status The status to set

Update Marketplace Package Status

Example in C#

// Returns: nothing
await client.UpdateMarketplacePackageStatus(MarketplacePackageInfo item, MarketplacePackageStatus status);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/MarketplacePackages/MarketplacePackage.KEY/status \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'
               -H 'Content-Type: application/json' \
               -d '0'