mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
7 lines
210 B
HTTP
7 lines
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");
|
|
});
|
|
%} |