for updates

Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
alicejw 2022-05-26 15:20:04 -07:00
parent 4e6150e5ee
commit 9aba0c6e00
1 changed files with 1 additions and 3 deletions

View File

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