diff --git a/changelog/unreleased/kong/fix-admin-api-route-path-response-error.yml b/changelog/unreleased/kong/fix-admin-api-route-path-response-error.yml index 4b7d9079186..d303a94dce9 100644 --- a/changelog/unreleased/kong/fix-admin-api-route-path-response-error.yml +++ b/changelog/unreleased/kong/fix-admin-api-route-path-response-error.yml @@ -1,3 +1,3 @@ -message: "Fixed an issue where fetching admin api root path returns 500 server error" +message: "Fixed an issue where a GET request to the Admin API root `/` path would return a 500 server error" type: bugfix scope: Core