Updates a RequestValidator of a given RestApi.
See https://paws-r.github.io/docs/apigateway/update_request_validator.html for full documentation.
apigateway_update_request_validator(
restApiId,
requestValidatorId,
patchOperations = NULL
)
[required] The string identifier of the associated RestApi.
[required] The identifier of RequestValidator to be updated.
For more information about supported patch operations, see Patch Operations.