parts documented as optional are actually required (#39122) (#39641)

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

View File

@ -8,6 +8,7 @@
"parts": {
"index": {
"type": "list",
"required" : true,
"description": "A comma-separated list of index patterns; use `_all` to perform the operation on all indices"
}
}