update move-to-step spec with proper docs and extra warning to clients (#35477)

This commit is contained in:
Tal Levy 2018-11-14 14:08:31 -08:00 committed by GitHub
parent f70d4470f7
commit 5d0544d732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"ilm.move_to_step": {
"documentation": "http://www.elastic.co/guide/en/index_lifecycle/current/index_lifecycle.html",
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-move-to-step.html",
"description": "Triggers execution of a specific step in the lifecycle policy. Since this action is designed to only be run in emergency situations, clients should not implement this API",
"methods": [ "POST" ],
"url": {
"path": "/_ilm/move/{index}",