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