parent
4e6150e5ee
commit
9aba0c6e00
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue