View source: R/apigateway_operations.R
apigateway_put_gateway_response | R Documentation |
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
See https://www.paws-r-sdk.com/docs/apigateway_put_gateway_response/ for full documentation.
apigateway_put_gateway_response(
restApiId,
responseType,
statusCode = NULL,
responseParameters = NULL,
responseTemplates = NULL
)
restApiId |
[required] The string identifier of the associated RestApi. |
responseType |
[required] The response type of the associated GatewayResponse |
statusCode |
The HTTP status code of the GatewayResponse. |
responseParameters |
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs. |
responseTemplates |
Response templates of the GatewayResponse as a string-to-string map of key-value pairs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.