paws.networking (version 0.5.0)

apigateway_update_request_validator: Updates a RequestValidator of a given RestApi

Description

Updates a RequestValidator of a given RestApi.

See https://www.paws-r-sdk.com/docs/apigateway_update_request_validator/ 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.