Search & Match - Indexing
Update an index
Updates the specified index
patch/v2/index/{name}
Path parameters
namestring required
Unique index name
Example:my-index
Index name
Request body
Example request
{
"name": "my-index"
}Response
Successfully updated index data.
Example response
{
"name": "my-index",
"user": {
"name": "Carl Johnson",
"email": "carljohnson@grove.street",
"avatar": "https://affinda-api.s3.amazonaws.com/media/user-avatar.png?AWSAccessKeyId=KEY&Signature=SIG"
}
}