Skip to content

Update Product Page

apigatewayv2_update_product_page R Documentation

Updates a product page of a portal product

Description

Updates a product page of a portal product.

Usage

apigatewayv2_update_product_page(DisplayContent, PortalProductId,
  ProductPageId)

Arguments

DisplayContent

The content of the product page.

PortalProductId

[required] The portal product identifier.

ProductPageId

[required] The portal product identifier.

Value

A list with the following syntax:

list(
  DisplayContent = list(
    Body = "string",
    Title = "string"
  ),
  LastModified = as.POSIXct(
    "2015-01-01"
  ),
  ProductPageArn = "string",
  ProductPageId = "string"
)

Request syntax

svc$update_product_page(
  DisplayContent = list(
    Body = "string",
    Title = "string"
  ),
  PortalProductId = "string",
  ProductPageId = "string"
)