Test new Weaviate configuration

Test the connection to a Weaviate instance before saving the configuration.

Authentication

AuthorizationBearer
API key or Clerk session token

Request

This endpoint expects an object.
apiKeystringRequired>=1 character
namestringRequired1-100 characters
urlstringRequiredformat: "uri"
headersmap from strings to stringsOptional
settingsobjectOptional

Response

Connection test result
successboolean
errorstring
schemaobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error