Skip to content

Commit 5856378

Browse files
[SPEC] Added local to indices.get_mapping and indices.get_field_mapping
1 parent 555dbfd commit 5856378

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

rest-api-spec/api/indices.get_field_mapping.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
"options" : ["open","closed"],
3939
"default" : "open",
4040
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
41+
},
42+
"local": {
43+
"type": "boolean",
44+
"description": "Return local information, do not retrieve the state from master node (default: false)"
4145
}
4246
}
4347
},

rest-api-spec/api/indices.get_mapping.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"options" : ["open","closed"],
3030
"default" : "open",
3131
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
32+
},
33+
"local": {
34+
"type": "boolean",
35+
"description": "Return local information, do not retrieve the state from master node (default: false)"
3236
}
3337
}
3438
},

0 commit comments

Comments
 (0)