Updates an existing Method resource.
See https://paws-r.github.io/docs/apigateway/update_method.html for full documentation.
apigateway_update_method(
restApiId,
resourceId,
httpMethod,
patchOperations = NULL
)
[required] The string identifier of the associated RestApi.
[required] The Resource identifier for the Method resource.
[required] The HTTP verb of the Method resource.
For more information about supported patch operations, see Patch Operations.