|
@@ -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.
|