Update Product Rest Endpoint Page
| apigatewayv2_update_product_rest_endpoint_page | R Documentation |
Updates a product REST endpoint page¶
Description¶
Updates a product REST endpoint page.
Usage¶
apigatewayv2_update_product_rest_endpoint_page(DisplayContent,
PortalProductId, ProductRestEndpointPageId, TryItState)
Arguments¶
DisplayContent |
The display content. |
PortalProductId |
[required] The portal product identifier. |
ProductRestEndpointPageId |
[required] The product REST endpoint identifier. |
TryItState |
The try it state of a product REST endpoint page. |
Value¶
A list with the following syntax:
list(
DisplayContent = list(
Body = "string",
Endpoint = "string",
OperationName = "string"
),
LastModified = as.POSIXct(
"2015-01-01"
),
ProductRestEndpointPageArn = "string",
ProductRestEndpointPageId = "string",
RestEndpointIdentifier = list(
IdentifierParts = list(
Method = "string",
Path = "string",
RestApiId = "string",
Stage = "string"
)
),
Status = "AVAILABLE"|"IN_PROGRESS"|"FAILED",
StatusException = list(
Exception = "string",
Message = "string"
),
TryItState = "ENABLED"|"DISABLED"
)
Request syntax¶
svc$update_product_rest_endpoint_page(
DisplayContent = list(
None = list(),
Overrides = list(
Body = "string",
Endpoint = "string",
OperationName = "string"
)
),
PortalProductId = "string",
ProductRestEndpointPageId = "string",
TryItState = "ENABLED"|"DISABLED"
)