From 5d0544d732e99eec093b9dac52e2f0f59c3598c8 Mon Sep 17 00:00:00 2001 From: Tal Levy Date: Wed, 14 Nov 2018 14:08:31 -0800 Subject: [PATCH] update move-to-step spec with proper docs and extra warning to clients (#35477) --- .../src/test/resources/rest-api-spec/api/ilm.move_to_step.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.move_to_step.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.move_to_step.json index ca3f1e76fb2..e3adf2d30e6 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.move_to_step.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.move_to_step.json @@ -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}",