[SPEC] Added missing body object in snapshot apis

This commit is contained in:
Luca Cavanna 2014-01-17 15:33:13 +01:00
parent 7f51fbc5ab
commit 1fba68a634
3 changed files with 6 additions and 0 deletions

View File

@ -27,7 +27,9 @@
}
}
},
"body" : {
"description" : "The snapshot definition",
"required" : false
}
}
}

View File

@ -22,7 +22,9 @@
}
}
},
"body": {
"description" : "The repository definition",
"required" : true
}
}
}

View File

@ -27,7 +27,9 @@
}
}
},
"body" : {
"description" : "Details of what to restore",
"required" : false
}
}
}