Update a knowledge base source
Update an existing knowledge base source by source ID. The updatable fields depend on the existing source type:
- `link` / `file`: `url`
- `text`: `content`
You can always update `name`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
knowledge_base_id
Knowledge base ID.
source_id
Source ID.
Request
This endpoint expects an object.
UpdateLinkSourcePayload
OR
UpdateFileSourcePayload
OR
UpdateTextSourcePayload
Response
200
status
response
Errors
400
Bad Request Error