[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",
|
"description" : "The snapshot definition",
|
||||||
"required" : false
|
"required" : false
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"body": {
|
||||||
"description" : "The repository definition",
|
"description" : "The repository definition",
|
||||||
"required" : true
|
"required" : true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"body" : {
|
||||||
"description" : "Details of what to restore",
|
"description" : "Details of what to restore",
|
||||||
"required" : false
|
"required" : false
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue