Browse Source

[DOCS] Document REST API uses UTF-8 encoding (#71474)

James Rodewig 4 years ago
parent
commit
a613f039fb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/reference/api-conventions.asciidoc

+ 3 - 1
docs/reference/api-conventions.asciidoc

@@ -1,7 +1,9 @@
 [[api-conventions]]
 == API conventions
 
-The *Elasticsearch* REST APIs are exposed using JSON over HTTP.
+The {es} REST APIs are exposed using JSON over HTTP. The JSON request body must
+be UTF-8 encoded. {es} ignores any other encoding headings sent with a request.
+Responses are also UTF-8 encoded.
 
 The conventions listed in this chapter can be applied throughout the REST
 API, unless otherwise specified.