Appearance
Test Streamient connection settings for a site​
POST
/sites/{id}/kumbukum/test
Authorizations​
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters​
Path Parameters
id*
Type
Requiredstring
Request Body​
application/json
JSON"knowledge_sources": "string","kumbukum_settings": "string"
{
 Â
 Â
}
Responses​
Connected
application/json
JSON"ok": true,"site_found": true,"site_count": 0,"settings": "string","knowledge_sources": "string"
{
 Â
 Â
 Â
 Â
 Â
}