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. +