diff --git a/_api-reference/index-apis/put-mapping.md b/_api-reference/index-apis/put-mapping.md index 2ce82d6b..dfbbdc13 100644 --- a/_api-reference/index-apis/put-mapping.md +++ b/_api-reference/index-apis/put-mapping.md @@ -51,8 +51,8 @@ You can make the document structure match the structure of the index mapping by ```json { + "dynamic": "strict", "properties":{ - "dynamic": "strict", "color":{ "type": "text" }