Skip to content

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
string
Required

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"
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI