{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ApplicationUpdate", "type": "object", "description": "Request body for updating a web application. Only include properties that should be changed.", "properties": { "path": { "type": "string", "description": "The virtual path for the application." }, "physical_path": { "type": "string", "description": "The physical file system path for the application." }, "application_pool": { "type": "object" }, "enabled_protocols": { "type": "string" } } }