From bbffadc245fdebb4d83e21651e186c241557acd9 Mon Sep 17 00:00:00 2001 From: cthomas Date: Mon, 10 Nov 2025 16:14:54 -0800 Subject: [PATCH] chore: api sync for health endpoint (#6088) chore: api sync --- fern/openapi.json | 1 + 1 file changed, 1 insertion(+) diff --git a/fern/openapi.json b/fern/openapi.json index 23bfe36b..ad30f247 100644 --- a/fern/openapi.json +++ b/fern/openapi.json @@ -13080,6 +13080,7 @@ "get": { "tags": ["health"], "summary": "Check Health", + "description": "Async health check endpoint.", "operationId": "check_health", "responses": { "200": {