cURL
curl --request PATCH \ --url https://{baseUrl}/{version}/projects/{projectId}/indexes/{indexName} \ --header 'content-type: <content-type>' \ --header 'x-api-key: <x-api-key>' \ --data '{ "mappings": {} }'
{ "projectId": "<string>", "indexName": "<string>", "mappings": {}, "numDocs": 123, "cloneSourceInfo": { "sourceProjectId": "<string>", "sourceIndexName": "<string>", "sourceIndexVersionId": "<string>" }, "indexStatus": "CREATING", "indexClass": "STANDARD" }
Configure an index.
Project API Key.
Project ID.
Index name.
Show child attributes
Updated index
Total number of documents.
Clone source information.
Status
CREATING
ACTIVE
DELETING
Index class.
STANDARD
INFREQUENT_ACCESS