mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Updated ETAPI (markdown)
parent
3ff4a78e9e
commit
870a4019c7
4
ETAPI.md
4
ETAPI.md
@ -1,7 +1,7 @@
|
||||
ETAPI is Trilium's public/external REST API.
|
||||
|
||||
The documentation is in OpenAPI format available [here](https://github.com/zadam/trilium/blob/master/src/etapi/etapi.openapi.yaml).
|
||||
The documentation is in OpenAPI format, available [here](https://github.com/zadam/trilium/blob/master/src/etapi/etapi.openapi.yaml).
|
||||
|
||||
## Authentication
|
||||
|
||||
All operations have to be authenticated using a token. You can get this token either from Options -> ETAPI or programatically using the `/auth/login` REST call (see the [spec](https://github.com/zadam/trilium/blob/master/src/etapi/etapi.openapi.yaml)).
|
||||
All operations have to be authenticated using a token. You can get this token either from Options -> ETAPI or programmatically using the `/auth/login` REST call (see the [spec](https://github.com/zadam/trilium/blob/master/src/etapi/etapi.openapi.yaml)).
|
Loading…
x
Reference in New Issue
Block a user