Updates a marketplace package version Returns (Task)
Overview of UpdateMarketplacePackageVersionAsync goes here.
| Name | Description |
|---|---|
| item | The marketplace package version information to update |
Example in C#
// Returns: nothing
await client.UpdateMarketplacePackageVersionAsync(MarketplacePackageVersionInfo item);
Example in CURL
curl -X POST \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/MarketplacePackageVersions \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '{
"$type":"Feenics.Keep.WebApi.Model.MarketplacePackageVersionInfo, Feenics.Keep.WebApi.Model",
"ReleaseDate":DATETIME,
}'