Learn R Programming

paws.networking (version 0.2.0)

apigateway_update_request_validator: Updates a RequestValidator of a given RestApi

Description

Updates a RequestValidator of a given RestApi.

See https://paws-r.github.io/docs/apigateway/update_request_validator.html for full documentation.

Usage

apigateway_update_request_validator(
  restApiId,
  requestValidatorId,
  patchOperations = NULL
)

Arguments

restApiId

[required] The string identifier of the associated RestApi.

requestValidatorId

[required] The identifier of RequestValidator to be updated.

patchOperations

For more information about supported patch operations, see Patch Operations.