Swagger: Update Portal Product
swagger_update_portal_productUpdate a product's display name, slug, description, visibility, or navigation status within a SmartBear portal.
Instructions
Update a product's settings within a specific portal.
Toolset: Products
Parameters:
productId (string) required: Product UUID or identifier in the format 'portal-subdomain:product-slug' - unique identifier for the product
name (string): Update product display name - changes how it appears to users in navigation and listings (3-40 characters)
slug (string): Update URL-friendly identifier - must remain unique within the portal, affects product URLs (3-22 characters, lowercase, alphanumeric with hyphens/underscores/dots)
description (string): Update product description - explains the API/product functionality, shown in listings (max 110 characters)
public (boolean): Change product visibility - true makes it publicly accessible to all visitors, false restricts to authenticated users with roles
hidden (boolean): Change navigation visibility - true hides from portal landing page menus while keeping the product accessible via direct links
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Update product display name - changes how it appears to users in navigation and listings (3-40 characters) | |
| slug | No | Update URL-friendly identifier - must remain unique within the portal, affects product URLs (3-22 characters, lowercase, alphanumeric with hyphens/underscores/dots) | |
| hidden | No | Change navigation visibility - true hides from portal landing page menus while keeping the product accessible via direct links | |
| public | No | Change product visibility - true makes it publicly accessible to all visitors, false restricts to authenticated users with roles | |
| productId | Yes | Product UUID or identifier in the format 'portal-subdomain:product-slug' - unique identifier for the product | |
| description | No | Update product description - explains the API/product functionality, shown in listings (max 110 characters) |