Description Usage Arguments Value Request syntax
View source: R/apigateway_operations.R
Updates an existing MethodResponse resource.
1 2 | apigateway_update_method_response(restApiId, resourceId, httpMethod,
statusCode, patchOperations)
|
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
resourceId |
[required] [Required] The Resource identifier for the MethodResponse resource. |
httpMethod |
[required] [Required] The HTTP verb of the Method resource. |
statusCode |
[required] [Required] The status code for the MethodResponse resource. |
patchOperations |
A list of update operations to be applied to the specified resource and in the order specified in this list. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.