apigateway_update_request_validator {paws.networking} | R Documentation |
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. |
[Package paws.networking version 0.7.0 Index]