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 9b6890c8ba..f6bd4bec5f 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
@@ -3,7 +3,7 @@
         "volume_id": "521752a6-acf6-4b2d-bc7a-119f9148cd8c",
         "create_info": {
             "snapshot_id": "421752a6-acf6-4b2d-bc7a-119f9148cd8c",
-            "type": "qcow",
+            "type": "qcow2",
             "new_file": "new_file_name"}
      }
 }
diff --git a/doc/api_samples/os-assisted-volume-snapshots/snapshot-create-assisted-req.xml b/doc/api_samples/os-assisted-volume-snapshots/snapshot-create-assisted-req.xml
index 9aff79dd2e..925dbf2f1e 100644
--- a/doc/api_samples/os-assisted-volume-snapshots/snapshot-create-assisted-req.xml
+++ b/doc/api_samples/os-assisted-volume-snapshots/snapshot-create-assisted-req.xml
@@ -3,7 +3,7 @@
     521752a6-acf6-4b2d-bc7a-119f9148cd8c
     
       421752a6-acf6-4b2d-bc7a-119f9148cd8c
-      qcow
+      qcow2
       new_file_name
     
   
diff --git a/nova/tests/integrated/test_api_samples.py b/nova/tests/integrated/test_api_samples.py
index f268be4e36..2175775863 100644
--- a/nova/tests/integrated/test_api_samples.py
+++ b/nova/tests/integrated/test_api_samples.py
@@ -4031,7 +4031,7 @@ class AssistedVolumeSnapshotsJsonTest(ApiSampleTestBaseV2):
             'description': 'Daily backup',
             'volume_id': '521752a6-acf6-4b2d-bc7a-119f9148cd8c',
             'snapshot_id': '421752a6-acf6-4b2d-bc7a-119f9148cd8c',
-            'type': 'qcow',
+            'type': 'qcow2',
             'new_file': 'new_file_name'
         }
         subs.update(self._get_regexes())