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:
- Subscription Locator — The Subscription Locator of the Organization you want to access. To find Subscription Locators for your organizations use the
GET /v1/userinfo
method to return a list of all of the organizations for your OAuth Token with their Subscription Locators. You can use 0 as the Subscription Locator for the organization that owns the OAuth token. This is the Subscription Locator for the organization that owns the Marketplace listing. - Listing ID — ID of the Marketplace listing, which can be retrieved using the
GET /v1/subscriptions/{subscriptionLocator}/marketplace/listings
method.
- Call the
PUT /v1/subscriptions/{subscriptionLocator}/marketplace/listings/{listingId}
method to update the name of the provider for the selected Marketplace listing. - Use the
listingId
parameter to indicate which listing should be updated. - Include the providerName you want to change in the model.
- 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