From 6b40ab0fccf6266bdf6ae3f3855e0a42bbfb90e7 Mon Sep 17 00:00:00 2001 From: Johannes Battjes Date: Fri, 4 Sep 2026 13:57:35 +0200 Subject: [PATCH 1/2] klaar --- changelog/2026/09-04-release-2026.9.3.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/2026/09-04-release-2026.9.3.md diff --git a/changelog/2026/09-04-release-2026.9.3.md b/changelog/2026/09-04-release-2026.9.3.md new file mode 100644 index 0000000..5375b36 --- /dev/null +++ b/changelog/2026/09-04-release-2026.9.3.md @@ -0,0 +1,8 @@ +--- +slug: "2026.9.3" +title: "2026.9.3: ZRC rol contactpersoon validation" +--- + +| Component | Summary (english) | Relevance for consumers (English) | Relevance for end users (Dutch) | Relevance for system administration (Dutch) | +| --------- | --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | -------------------------------------------- | +| ZRC | `POST /rollen` (API v1.5) now rejects a `contactpersoonRol` object without `naam` with a `400 Bad Request` instead of an unhandled `500` | A `rol` request whose `contactpersoonRol` omits `naam` or sends it as `null` now returns `400` with an `invalidParams` entry naming `contactpersoonRol.naam`. An empty string is still accepted and returns `201` unchanged. | | | From 8c2639b9202ec2f14ad6a004d55f226b78565af8 Mon Sep 17 00:00:00 2001 From: Johannes Battjes Date: Fri, 4 Sep 2026 13:59:14 +0200 Subject: [PATCH 2/2] Update 09-04-release-2026.9.3.md --- changelog/2026/09-04-release-2026.9.3.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog/2026/09-04-release-2026.9.3.md b/changelog/2026/09-04-release-2026.9.3.md index 5375b36..b6ce36f 100644 --- a/changelog/2026/09-04-release-2026.9.3.md +++ b/changelog/2026/09-04-release-2026.9.3.md @@ -3,6 +3,6 @@ slug: "2026.9.3" title: "2026.9.3: ZRC rol contactpersoon validation" --- -| Component | Summary (english) | Relevance for consumers (English) | Relevance for end users (Dutch) | Relevance for system administration (Dutch) | -| --------- | --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | -------------------------------------------- | -| ZRC | `POST /rollen` (API v1.5) now rejects a `contactpersoonRol` object without `naam` with a `400 Bad Request` instead of an unhandled `500` | A `rol` request whose `contactpersoonRol` omits `naam` or sends it as `null` now returns `400` with an `invalidParams` entry naming `contactpersoonRol.naam`. An empty string is still accepted and returns `201` unchanged. | | | +| Component | Summary (english) | Relevance for consumers (English) | Relevance for end users (Dutch) | Relevance for system administration (Dutch) | +| --------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | ------------------------------------------- | +| ZRC | `POST /rollen` (API v1.5) now rejects a `contactpersoonRol` object without `naam` with a `400 Bad Request` instead of an unhandled `500` | A `rol` request whose `contactpersoonRol` omits `naam` or sends it as `null` now returns `400` with an `invalidParams` entry naming `contactpersoonRol.naam`. An empty string is still accepted and returns `201` unchanged. | | |