mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[API] Changed fields
parameter to required in "Get Field Mapping" API
Also reworded `include_defaults` description.
This commit is contained in:
parent
da9da0c7a2
commit
afcc9d52ab
@ -16,13 +16,14 @@
|
||||
},
|
||||
"field": {
|
||||
"type" : "list",
|
||||
"description" : "A comma-separated list of fields"
|
||||
"description" : "A comma-separated list of fields",
|
||||
"required" : true
|
||||
}
|
||||
},
|
||||
"params": {
|
||||
"include_defaults": {
|
||||
"type" : "boolean",
|
||||
"description" : "specifies default mapping values should be returned"
|
||||
"description" : "Whether the default mapping values should be returned as well"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user