trilium/test-etapi/other.http
2022-01-10 17:09:20 +01:00

8 lines
239 B
HTTP

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