api-ref: Fix an example in "Delete Assisted Volume Snapshot"

In "Delete Assisted Volume Snapshot",
there is an incorrect example in the description for
the 'delete_info' parameter.
So fix it.

Change-Id: I0b984bee06b0890d7705b9e47a5f975266b6a670
Closes-Bug: #1726254
This commit is contained in:
Takashi NATSUME 2017-10-23 15:00:20 +09:00
parent 8fd4f9a029
commit 4f6005f787

View File

@ -465,7 +465,7 @@ delete_info:
.. code-block:: javascript
DELETE /os-assisted-volume-snapshots?delete_info='{"volume_id": "521752a6-acf6-4b2d-bc7a-119f9148cd8c"}'
DELETE /os-assisted-volume-snapshots/421752a6-acf6-4b2d-bc7a-119f9148cd8c?delete_info='{"volume_id": "521752a6-acf6-4b2d-bc7a-119f9148cd8c"}'
in: query
required: true
type: string