From e204d05f3952856feb3efa4cafa674857c9494b2 Mon Sep 17 00:00:00 2001 From: jgoux <1443499+jgoux@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:28:11 +0000 Subject: [PATCH] chore(api): sync Management API OpenAPI spec --- packages/api/src/generated/openapi.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/api/src/generated/openapi.json b/packages/api/src/generated/openapi.json index 2130e09552..f6f70837da 100644 --- a/packages/api/src/generated/openapi.json +++ b/packages/api/src/generated/openapi.json @@ -6970,6 +6970,9 @@ } } }, + "400": { + "description": "Project must be active and healthy, or metrics are not available for this project" + }, "401": { "description": "Unauthorized" },