knowledge-source-configurations
Scout API 1.0.0 — see schemas for shared types.
tenant-admin
GET /api/knowledge-source-configurations
list_knowledge_source_configurations
Responses
- 200 — OK
application/json→ KnowledgeSourceConfigurationResponseList- 422 — Unprocessable Content
application/json→ ValidationError
PUT /api/knowledge-source-configurations/{source_kind}
upsert_knowledge_source_configuration
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
source_kind |
path | string | yes |
Request body
Content-Type: application/json
Schema: UpdateKnowledgeSourceConfigurationBody
Responses
- 200 — OK
application/json→ KnowledgeSourceConfigurationResponse- 422 — Unprocessable Content
application/json→ ValidationError