Update an index

This method updates the name of the specified index.

Authentication

x-api-keystring
Your API key. <Note title="Note"> You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-key" target="_blank">API Key</a> page. </Note>

Path parameters

index-idstringRequired
Unique identifier of the index to update.

Request

Request to update the name of an index.
index_namestringRequired
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.

Errors