trilium/test-etapi/other.http
2022-01-05 19:25:17 +01:00

7 lines
No EOL
210 B
HTTP

POST {{triliumHost}}/etapi/refresh-note-ordering/root
> {%
client.test("Request executed successfully", function() {
client.assert(response.status === 200, "Response status is not 200");
});
%}