v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14120262383.5 KB

Updates a RequestValidator of a given RestApi.

patch/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}

Path parameters

restapi_idstring required

The string identifier of the associated RestApi.

requestvalidator_idstring required

The identifier of RequestValidator to be updated.

Request body

Response

Success

idstring

The identifier of this RequestValidator.

namestring

The name of this RequestValidator

validateRequestBodyboolean

A Boolean flag to indicate whether to validate a request body according to the configured Model schema.

validateRequestParametersboolean

A Boolean flag to indicate whether to validate request parameters (<code>true</code>) or not (<code>false</code>).