Browse Source

[DOCS] Fix data type of `include_defaults` parameter

James Rodewig 4 years ago
parent
commit
230b0c35bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/rest-api/common-parms.asciidoc

+ 1 - 1
docs/reference/rest-api/common-parms.asciidoc

@@ -419,7 +419,7 @@ end::index-ignore-unavailable[]
 
 tag::include-defaults[]
 `include_defaults`::
-(Optional, string) If `true`, return all default settings in the response.
+(Optional, Boolean) If `true`, return all default settings in the response.
 Defaults to `false`.
 end::include-defaults[]