trilium/test-etapi/other.http

7 lines
210 B
Text
Raw Normal View History

2022-01-06 02:25:17 +08:00
POST {{triliumHost}}/etapi/refresh-note-ordering/root
> {%
client.test("Request executed successfully", function() {
client.assert(response.status === 200, "Response status is not 200");
});
%}