docs: clarify health checks empty response body

This commit is contained in:
steve-chavez
2025-07-08 20:18:39 +02:00
committed by Wolfgang Walther
parent 8f8efbaa12
commit 5bcdeba526
+1 -1
View File
@@ -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::