From 67379f1d5e11e74755fe1072c26a6a2651299449 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Tue, 8 Jul 2025 12:45:13 -0500 Subject: [PATCH] docs: clarify health checks empty response body --- docs/references/admin_server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/admin_server.rst b/docs/references/admin_server.rst index b188a1ea6..cafd18e2d 100644 --- a/docs/references/admin_server.rst +++ b/docs/references/admin_server.rst @@ -12,7 +12,7 @@ Health Check You can enable a health check to verify if PostgREST is available for client requests. Also to check the status of its internal state. -Two endpoints ``live`` and ``ready`` will then be available. +Two endpoints ``live`` and ``ready`` will then be available. Both these endpoints reply with a status code and empty response body. .. important::