1
1
Fork 0
mirror of https://github.com/zadam/trilium.git synced 2025-01-22 23:20:23 +08:00
trilium/test-etapi/app-info.http
2022-10-08 20:59:11 +02:00

7 lines
184 B
HTTP

GET {{triliumHost}}/etapi/app-info
Authorization: {{authToken}}
> {%
client.assert(response.status === 200);
client.assert(response.body.clipperProtocolVersion === "1.0");
%}