docs: add "print_start_time" and "job_id" to the metadata documentation
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
1e8ec5c517
commit
d9d087b9f3
|
@ -1059,6 +1059,8 @@ modified time, and size.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
"print_start_time": null,
|
||||||
|
"job_id": null,
|
||||||
"size": 4926481,
|
"size": 4926481,
|
||||||
"modified": 1615077020.2025201,
|
"modified": 1615077020.2025201,
|
||||||
"slicer": "SuperSlicer",
|
"slicer": "SuperSlicer",
|
||||||
|
@ -1091,6 +1093,10 @@ modified time, and size.
|
||||||
"filename": "3DBenchy_0.15mm_PLA_MK3S_2h6m.gcode"
|
"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
|
**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
|
in a future release. Clients should retrieve the png directly using the
|
||||||
`relative_path` field.**
|
`relative_path` field.**
|
||||||
|
|
Loading…
Reference in New Issue