Skip to content

Publish Portal

apigatewayv2_publish_portal R Documentation

Publishes a portal

Description

Publishes a portal.

Usage

apigatewayv2_publish_portal(Description, PortalId)

Arguments

Description

The description of the portal. When the portal is published, this description becomes the last published description.

PortalId

[required] The portal identifier.

Value

An empty list.

Request syntax

svc$publish_portal(
  Description = "string",
  PortalId = "string"
)