Type Alias WebIntegrationPatchSchema

WebIntegrationPatchSchema: WebIntegrationPatch[]
[
{
op: "replace",
path: "/name",
value: "New name"
}
]