mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 14:26:27 +00:00
[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…
x
Reference in New Issue
Block a user