From 4c99cd6a044ebb6a6444f3f28f3c030433ea14ed Mon Sep 17 00:00:00 2001 From: Steven Wirges Date: Fri, 25 Oct 2024 13:33:48 +0200 Subject: [PATCH] fix: deserializing the json body of a request: trailing comma in example --- docs/snapshotting/snapshot-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snapshotting/snapshot-support.md b/docs/snapshotting/snapshot-support.md index a9e0bc8dc4c..f9176b6f703 100644 --- a/docs/snapshotting/snapshot-support.md +++ b/docs/snapshotting/snapshot-support.md @@ -266,7 +266,7 @@ curl --unix-socket /tmp/firecracker.socket -i \ -d '{ "snapshot_type": "Full", "snapshot_path": "./snapshot_file", - "mem_file_path": "./mem_file", + "mem_file_path": "./mem_file" }' ```