View source: R/apigatewayv2_operations.R
apigatewayv2_update_route_response | R Documentation |
Updates a RouteResponse.
See https://www.paws-r-sdk.com/docs/apigatewayv2_update_route_response/ for full documentation.
apigatewayv2_update_route_response(
ApiId,
ModelSelectionExpression = NULL,
ResponseModels = NULL,
ResponseParameters = NULL,
RouteId,
RouteResponseId,
RouteResponseKey = NULL
)
ApiId |
[required] The API identifier. |
ModelSelectionExpression |
The model selection expression for the route response. Supported only for WebSocket APIs. |
ResponseModels |
The response models for the route response. |
ResponseParameters |
The route response parameters. |
RouteId |
[required] The route ID. |
RouteResponseId |
[required] The route response ID. |
RouteResponseKey |
The route response key. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.