diff --git a/src/schemas/json/host.json b/src/schemas/json/host.json index feac055a20e..e5a5acf14da 100644 --- a/src/schemas/json/host.json +++ b/src/schemas/json/host.json @@ -1066,6 +1066,11 @@ "description": "Forward HttpTrigger request to the custom handler", "type": "boolean", "default": false + }, + "enableProxyingHttpRequest": { + "description": "Proxy HttpTrigger request to the custom handler", + "type": "boolean", + "default": false } }, "additionalProperties": false