[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:
parent
9b97f50001
commit
0a89abdd7b
|
@ -13,6 +13,7 @@
|
|||
},
|
||||
"snapshot_id": {
|
||||
"type": "string",
|
||||
"required": true,
|
||||
"description": "The ID of the snapshot to revert to"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue