hi there ,
what does they mean by <example-index> and how can i find it. ?
curl --request PUT \
--url https://<application-id>-1.algolianet.com/1/indexes/<example-index>/settings \
--header 'content-type: application/json' \
--header 'x-algolia-api-key: <example-key>' \
--header 'x-algolia-application-id: <example-application-id>' \
Hello, here’s a description of each field in your example:
Key | Description |
---|---|
applicaton-id | The application ID your indexes are hosted within (listed here) |
example-index | The name of the Index you are wanting to interact with, for example movies (must be created via the API or the Dashboard - information here) |
example-key | This is the API Key you want to use, which you can find here. |
example-application-id | The application ID your indexes are hosted within (listed here) |
You may need to first create the Index you are wanting to modify if you have not yet.