From 31ad01f0f17af9b5e24d40785b83ff20ed61691a Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Fri, 8 Jul 2016 10:09:36 +0900 Subject: [PATCH] Fix wrong JSON format in API samples Fix wrong JSON format in snapshot-create-assisted-req.json. Change-Id: I0817171bd7bc67384d4c40854ce5dc2952b38cfa Closes-Bug: #1600070 --- .../snapshot-create-assisted-req.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api_samples/os-assisted-volume-snapshots/snapshot-create-assisted-req.json b/doc/api_samples/os-assisted-volume-snapshots/snapshot-create-assisted-req.json index 2d32f56e5b..997129b490 100644 --- a/doc/api_samples/os-assisted-volume-snapshots/snapshot-create-assisted-req.json +++ b/doc/api_samples/os-assisted-volume-snapshots/snapshot-create-assisted-req.json @@ -5,7 +5,7 @@ "snapshot_id": "421752a6-acf6-4b2d-bc7a-119f9148cd8c", "type": "qcow2", "new_file": "new_file_name", - "id": "421752a6-acf6-4b2d-bc7a-119f9148cd8c", + "id": "421752a6-acf6-4b2d-bc7a-119f9148cd8c" } } }