From 106e6fe4e21fa8ebeb911c0fc0890043325a1233 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 9 Oct 2022 21:34:41 +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 e9adc0e..9a2e809 100644 --- a/ETAPI.md +++ b/ETAPI.md @@ -21,7 +21,7 @@ Authorization: Basic BATOKEN ``` * Where `BATOKEN = BASE64(username + ':' + password)` - this is a standard Basic Auth serialization -* Where `username` is an arbitrary string and is not checked, use e.g. "trilium" +* Where `username` is "etapi" * And `password` is the generated ETAPI token described above. Basic Auth is meant to be used with tools which support only basic auth. \ No newline at end of file