Updating a Marketplace Listing with the API

Use the API to update the provider for a Marketplace listing. When a public listing is updated, it is submitted to Cloud Software Group for approval. The status of the listing is set to PendingApproval.

To update a Marketplace listing you need the following: 

  1. Call the PUT /v1/subscriptions/{subscriptionLocator}/marketplace/listings/{listingId} method to update the name of the provider for the selected Marketplace listing.
  2. Use the listingId parameter to indicate which listing should be updated.
  3. Include the providerName you want to change in the model.
  4. Use the GET ​/v1​/subscriptions​/{subscriptionLocator}​/marketplace​/listings method to verify that the providerName has been updated.

Role Requirements

This method requires an Admin role.

Related Topics

Managing Marketplace Listings with the TIBCO Cloud™ Integration API