From 0ad70510e970b920f3cbdcbb0e2128f2132301f8 Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Mon, 20 Oct 2025 22:00:41 +0200 Subject: [PATCH] /system/indextime no longer restricted --- apiary.apib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiary.apib b/apiary.apib index e60e52702f5..0e9bed9319e 100644 --- a/apiary.apib +++ b/apiary.apib @@ -4,7 +4,7 @@ HIFORMAT: 1A OpenGrok RESTful API documentation. The following endpoints are accessible under `/api/v1` with the exception of `/metrics`. -Besides `/suggester`, `/search`, `/system/ping` and `/metrics` endpoints, everything is accessible from `localhost` only +Besides `/suggester`, `/search`, `/system/ping`, `/system/indextime` and `/metrics` endpoints, everything is accessible from `localhost` only unless authentication bearer tokens are configured in the web application and used via the 'Authorization' HTTP header (within HTTPS connection).