mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Updated ETAPI (markdown)
parent
48a32a9b04
commit
581e3b1bd1
2
ETAPI.md
2
ETAPI.md
@ -20,6 +20,6 @@ GET https://myserver.com/etapi/app-info
|
|||||||
Authorization: Basic BATOKEN
|
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"
|
Where `username` is an arbitrary token and is not checked, use e.g. "trilium"
|
||||||
And `password` is the generated ETAPI token described above.
|
And `password` is the generated ETAPI token described above.
|
Loading…
x
Reference in New Issue
Block a user