Update Request Validator
| apigateway_update_request_validator | R Documentation |
Updates a RequestValidator of a given RestApi¶
Description¶
Updates a RequestValidator of a given RestApi.
Usage¶
Arguments¶
restApiId[required] The string identifier of the associated RestApi.
requestValidatorId[required] The identifier of RequestValidator to be updated.
patchOperationsFor more information about supported patch operations, see Patch Operations.
Value¶
A list with the following syntax:
list(
id = "string",
name = "string",
validateRequestBody = TRUE|FALSE,
validateRequestParameters = TRUE|FALSE
)