A request to change information about the BasePathMapping resource.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateBasePathMappingRequest", "title": "UpdateBasePathMappingRequest", "type": "object", "properties": { "patchOperations": { "allOf": [ { "$ref": "#/components/schemas/ListOfPatchOperation" }, { "description": "For more information about supported patch operations, see <a href=\"https://docs.aws.amazon.com/apigateway/latest/api/patch-operations.html\">Patch Operations</a>." } ] } }, "description": "A request to change information about the BasePathMapping resource." }