From 968d53c07d28ff4b58a405934337316e8474ca78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Mon, 8 Jun 2026 13:19:05 +0200 Subject: [PATCH] Add release notes section --- docs/release-notes/17-6-0/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/release-notes/17-6-0/README.md b/docs/release-notes/17-6-0/README.md index c08b6b3ce9e..2e7c49049c9 100644 --- a/docs/release-notes/17-6-0/README.md +++ b/docs/release-notes/17-6-0/README.md @@ -34,6 +34,18 @@ OPENPROJECT_SSRF_PROTECTION_IP_ALLOWLIST=2001:db8:100::/48 The list accepts one or multiple IP addresses or ranges (in CIDR notation) that shall be exempt from SSRF filtering. +### Meeting API structure changes + +17.6. introduces new endpoints for meeting outcomes, +and changes the self link for all meeting related resources to be flat: + +That means, some of the responses have changed: + +POST/PATCH/DELETE `/api/v3/meetings/:id/agenda_items)` is no longer available, +they have been moved to the `/api/v3/meeting_agendas/` respectively. The same is true for outcomes and sections. + +This follows the APIv3 standards, and also fixes a bug related to the self link. +