From 497d008facd12be65bc8eba5dd6b232822ccc526 Mon Sep 17 00:00:00 2001 From: Barry Brands Date: Fri, 14 Jun 2024 10:53:37 +0200 Subject: [PATCH] ActionHandler description update --- src/ActionHandler/ZGWToXxllncHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ActionHandler/ZGWToXxllncHandler.php b/src/ActionHandler/ZGWToXxllncHandler.php index dac2e67..90fa5d1 100644 --- a/src/ActionHandler/ZGWToXxllncHandler.php +++ b/src/ActionHandler/ZGWToXxllncHandler.php @@ -54,7 +54,7 @@ public function getConfiguration(): array '$id' => 'https://development.zaaksysteem.nl/schemas/ZGWToXxllnc.ActionHandler.schema.json', '$schema' => 'https://docs.commongateway.nl/schemas/ActionHandler.schema.json', 'title' => 'ZGWToXxllnc', - 'description' => 'This handler posts zgw zaak to xxllnc', + 'description' => 'This handler posts zgw zaak or zgw zaaktype to xxllnc', 'required' => [], 'properties' => [], ];