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.
Performs a partial update of an existing private index, allowing you to update only specific fields.
Unlike PUT, this endpoint only updates the fields you provide in the request body.
You can update the name, description, or both fields independently.
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.