Fix wrong JSON format in API samples

Fix wrong JSON format in snapshot-create-assisted-req.json.

Change-Id: I0817171bd7bc67384d4c40854ce5dc2952b38cfa
Closes-Bug: #1600070
This commit is contained in:
Takashi NATSUME
2016-07-08 10:09:36 +09:00
parent 8f5c2c0447
commit 31ad01f0f1

View File

@@ -5,7 +5,7 @@
"snapshot_id": "421752a6-acf6-4b2d-bc7a-119f9148cd8c", "snapshot_id": "421752a6-acf6-4b2d-bc7a-119f9148cd8c",
"type": "qcow2", "type": "qcow2",
"new_file": "new_file_name", "new_file": "new_file_name",
"id": "421752a6-acf6-4b2d-bc7a-119f9148cd8c", "id": "421752a6-acf6-4b2d-bc7a-119f9148cd8c"
} }
} }
} }