pydo.genai.update_knowledge_base_data_source()
Generated on 11 Feb 2026
from pydo version
v0.26.0
Description
To update a data source (e.g. chunking options), send a PUT request to /v2/gen-ai/knowledge_bases/{knowledge_base_uuid}/data_sources/{data_source_uuid}.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
knowledge_base_uuid |
string | True | Knowledge Base ID (Path Parameter) | |
data_source_uuid |
string | True | Data Source ID (Path Parameter) | |
body |
JSON or IO[bytes] | False |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.