To authenticate, you’ll need a Tako API key. It’s best practice to store it as an environment variable to avoid hardcoding sensitive credentials in your code.
Updates an existing private index with new name and/or description.
This is a full update operation that replaces all specified fields with the new values.
Only the name and description fields can be updated through this endpoint.
Returns the complete updated private index object with all metadata.
Returns a 404 error if the private index is not found or not accessible to the authenticated user.