Update search index
Update an existing search index
AuthorizationBearer <token>
Bearer token authentication. Use your API key as the bearer token.
In: header
Path Parameters
searchIndexIdstring
Search Index ID
Search index update input
description?string
lastIndexedAt?string
metadata?object
Empty Object
name?string
Response Body
curl -X POST "https://eu1.api.bivariant.com/v1/objects/search-index/string" \ -H "Content-Type: application/json" \ -d '{}'{
"assetId": "string",
"collectionId": "string",
"createdAt": "string",
"description": "string",
"id": "string",
"lastIndexedAt": "string",
"metadata": {
"property1": null,
"property2": null
},
"name": "string",
"organizationId": "string",
"ownerId": "string",
"postId": "string",
"spaceId": "string",
"updatedAt": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}