Unispec Docs
ApiVector database

Configure an index

PATCH
/v1/indexes/{name}

Authorization

TokenAuth
Authorization<token>

Project API key as Token lb-sk_...

In: header

Path Parameters

name*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v1/indexes/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "name": "string",  "dimension": 0,  "metric": "string",  "embed_model": "string",  "managed": true,  "created_at": "2019-08-24T14:15:22Z"}