Skip to content

Commit c70c02d

Browse files
committed
[API] Adds include_empty_fields boolean parameter to field_caps
1 parent 72f8124 commit c70c02d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/field_caps.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module Actions
3131
# @option arguments [Boolean] :include_unmapped Indicates whether unmapped fields should be included in the response.
3232
# @option arguments [List] :filters An optional set of filters: can include +metadata,-metadata,-nested,-multifield,-parent
3333
# @option arguments [List] :types Only return results for fields that have one of the types in the list
34+
# @option arguments [Boolean] :include_empty_fields Include empty fields in result
3435
# @option arguments [Hash] :headers Custom HTTP headers
3536
# @option arguments [Hash] :body An index filter specified with the Query DSL
3637
#

0 commit comments

Comments
 (0)