diff --git a/_opensearch/rest-api/index-apis/put-mapping.md b/_opensearch/rest-api/index-apis/put-mapping.md index d9f0aaac..fd4e0ea3 100644 --- a/_opensearch/rest-api/index-apis/put-mapping.md +++ b/_opensearch/rest-api/index-apis/put-mapping.md @@ -45,9 +45,7 @@ The request body must contain `properties`, which has all of the mappings that y ## Optional query parameters -Optionally, you can add query parameters to fine tune your - -For example, to skip any missing or closed indexes in the response, you can add the `ignore_unavailable` query parameter to your request as follows: +Optionally, you can add query parameters to make a more specific request. For example, to skip any missing or closed indexes in the response, you can add the `ignore_unavailable` query parameter to your request as follows: ```json PUT /sample-index/_mapping?ignore_unavailable