cat.indices.json bytes enum not exhaustive (#49369)

Missing several valid options that other cat API's do define

(cherry picked from commit 7bb4781bc9966bcb6f9275920b2158fb959a30aa)
This commit is contained in:
Martijn Laarman 2019-12-12 13:12:04 +01:00
parent b5ec227de8
commit c2adc4d756
1 changed files with 8 additions and 1 deletions

View File

@ -38,8 +38,15 @@
"options":[
"b",
"k",
"kb",
"m",
"g"
"mb",
"g",
"gb",
"t",
"tb",
"p",
"pb"
]
},
"local":{