From 581e3b1bd1ffa9e0aaf760f04769511be4e6bc89 Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 8 Oct 2022 21:04:14 +0200 Subject: [PATCH] Updated ETAPI (markdown) --- ETAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ETAPI.md b/ETAPI.md index 2e654af..6cb3bd3 100644 --- a/ETAPI.md +++ b/ETAPI.md @@ -20,6 +20,6 @@ GET https://myserver.com/etapi/app-info Authorization: Basic BATOKEN ``` -Where `BATOKEN` = BASE64(username + ':' + password)` (this is standard Basic Auth serialization) +Where `BATOKEN = BASE64(username + ':' + password)` (this is a standard Basic Auth serialization) Where `username` is an arbitrary token and is not checked, use e.g. "trilium" And `password` is the generated ETAPI token described above. \ No newline at end of file