mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
|
|
POST {{triliumHost}}/etapi/refresh-note-ordering/root
|
||
|
|
|
||
|
|
> {%
|
||
|
|
client.test("Request executed successfully", function() {
|
||
|
|
client.assert(response.status === 200, "Response status is not 200");
|
||
|
|
});
|
||
|
|
%}
|