From d9d087b9f3e28e20bc4b57dce3d30ae4f6207622 Mon Sep 17 00:00:00 2001 From: Arksine Date: Tue, 16 Mar 2021 20:03:19 -0400 Subject: [PATCH] docs: add "print_start_time" and "job_id" to the metadata documentation Signed-off-by: Eric Callahan --- docs/web_api.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/web_api.md b/docs/web_api.md index eba295b..9fbeb28 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -1059,6 +1059,8 @@ modified time, and size. ```json { + "print_start_time": null, + "job_id": null, "size": 4926481, "modified": 1615077020.2025201, "slicer": "SuperSlicer", @@ -1091,6 +1093,10 @@ modified time, and size. "filename": "3DBenchy_0.15mm_PLA_MK3S_2h6m.gcode" } ``` +**Note: The `print_start_time` and `job_id` fields are initialized to +`null`. They will be updated for each print job if the user has the +`[history]` plugin configured** + **Note: The `data` field for each thumbnail is deprecated and will be removed in a future release. Clients should retrieve the png directly using the `relative_path` field.**