From 2e789b9aa87951975d973736c050d55b831c2160 Mon Sep 17 00:00:00 2001 From: Athou Date: Sun, 28 Apr 2013 07:47:59 +0200 Subject: [PATCH] document api auth mechanism (fix #65) --- src/main/webapp/api/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/api/index.html b/src/main/webapp/api/index.html index acbbcc60..b380811b 100644 --- a/src/main/webapp/api/index.html +++ b/src/main/webapp/api/index.html @@ -72,6 +72,7 @@   +

Authentication is required to access the REST API. Use HTTP Basic Authentication to authenticate yourself.