[SPEC] Added missing body object in snapshot apis
This commit is contained in:
parent
7f51fbc5ab
commit
1fba68a634
|
@ -27,7 +27,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"body" : {
|
||||
"description" : "The snapshot definition",
|
||||
"required" : false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,7 +22,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"body": {
|
||||
"description" : "The repository definition",
|
||||
"required" : true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,7 +27,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"body" : {
|
||||
"description" : "Details of what to restore",
|
||||
"required" : false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue