Update an index
This method updates the name of the specified index.
Path parameters
index-id
Unique identifier of the index to update.
Headers
x-api-key
Request
Request to update the name of an index.
index_name
The name of the index.
Response
If successful, this method returns a 204 No Content
response code. It does not return anything in the response body.