diff options
Diffstat (limited to 'docs/API_Server.md')
-rw-r--r-- | docs/API_Server.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/API_Server.md b/docs/API_Server.md index 01d33023..92eb2409 100644 --- a/docs/API_Server.md +++ b/docs/API_Server.md @@ -56,7 +56,7 @@ and a response might look like: "/home/pi/printer.cfg", "software_version": "v0.8.0-823-g883b1cb6", "hostname": "octopi", "cpu_info": "4 core ARMv7 Processor rev 4 (v7l)", "state": "ready", "python_path": -"/home/pi/klippy-env/bin/python", "log_file": "/tmp/klippy.log"}}` +"/home/pi/klippy-env/bin/python"}}` Each request must be a JSON dictionary. (This document uses the Python term "dictionary" to describe a "JSON object" - a mapping of key/value |