ilm.explain_lifecycle documents human again (#39113) (#39648)

This is already exposed as a `_common.json` global parameter.

(cherry picked from commit e84050c0307bb5d5cea8eacc6b63b34248a41a01)
This commit is contained in:
Martijn Laarman 2019-03-04 15:23:01 +01:00 committed by GitHub
parent 9788036857
commit c2a94aabbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -11,13 +11,7 @@
"description" : "The name of the index to explain"
}
},
"params": {
"human": {
"type" : "boolean",
"default" : "false",
"description" : "Return data such as dates in a human readable format"
}
}
"params": {}
},
"body": null
}