From 5a2e2b1f3ff453fe7058a460aa9e7938d5ddbfd5 Mon Sep 17 00:00:00 2001 From: Arksine Date: Sun, 9 May 2021 11:13:59 -0400 Subject: [PATCH] docs: update return value for "/server/files/list" Signed-off-by: Eric Callahan --- docs/web_api.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/web_api.md b/docs/web_api.md index 270f438..1768877 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -1082,27 +1082,27 @@ A list of objects, where each object contains file data. ```json [ { - "filename": "3DBenchy_0.15mm_PLA_MK3S_2h6m.gcode", + "path": "3DBenchy_0.15mm_PLA_MK3S_2h6m.gcode", "modified": 1615077020.2025201, "size": 4926481 }, { - "filename": "Shape-Box_0.2mm_PLA_Ender2_20m.gcode", + "path": "Shape-Box_0.2mm_PLA_Ender2_20m.gcode", "modified": 1614910966.946807, "size": 324236 }, { - "filename": "test_dir/A-Wing.gcode", + "path": "test_dir/A-Wing.gcode", "modified": 1605202259, "size": 1687387 }, { - "filename": "test_dir/CE2_CubeTest.gcode", + "path": "test_dir/CE2_CubeTest.gcode", "modified": 1614644445.4025, "size": 1467339 }, { - "filename": "test_dir/V350_Engine_Block_-_2_-_Scaled.gcode", + "path": "test_dir/V350_Engine_Block_-_2_-_Scaled.gcode", "modified": 1615768477.5133543, "size": 189713016 },