Fix Reset a snapshot's status API Request Example

Reset a snapshot's status API Request Example was syntax error with comma, so
remove comma to syntax correct.

Change-Id: I8b2c249aaf0f9729bc35b80ecd6cd28bb34835c0
Close-bug: #1720487
This commit is contained in:
Chiawei Xie 2017-09-30 10:47:48 +08:00 committed by Jens Harbott (frickler)
parent 1ae98160a2
commit 68c668cfc8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"os-reset_status": {
"status": "available",
"status": "available"
}
}

View File

@ -1,5 +1,5 @@
{
"os-reset_status": {
"status": "available",
"status": "available"
}
}