[ML] snapshot_id is required when reverting a model snapshot (elastic/x-pack-elasticsearch#2641)

Previously the API spec did not say this.

Original commit: elastic/x-pack-elasticsearch@eaf214411d
This commit is contained in:
David Roberts 2017-09-28 09:24:50 +01:00 committed by GitHub
parent 9b97f50001
commit 0a89abdd7b
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
},
"snapshot_id": {
"type": "string",
"required": true,
"description": "The ID of the snapshot to revert to"
}
},