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