diff --git a/releasenotes/notes/fixed-invalid-route-response-code-15a681d07222a4f7.yaml b/releasenotes/notes/fixed-invalid-route-response-code-15a681d07222a4f7.yaml index 6204a0901..456fc58de 100644 --- a/releasenotes/notes/fixed-invalid-route-response-code-15a681d07222a4f7.yaml +++ b/releasenotes/notes/fixed-invalid-route-response-code-15a681d07222a4f7.yaml @@ -2,5 +2,5 @@ fixes: - | Fixed the response code for invalid subroutes for individual secrets. The - API was previously responding with the incorrect code "406 - Method not + API was previously responding with the incorrect code "405 - Method not allowed", but now responds correctly with "404 - Not Found".