{
"updatedIndices": 123,
"failures": true,
"failedIndices": [
{
"indexName": "<string>",
"indexUuid": "<string>",
"reason": "<string>"
}
]
}
{
"updatedIndices": 123,
"failures": true,
"failedIndices": [
{
"indexName": "<string>",
"indexUuid": "<string>",
"reason": "<string>"
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object
.