Update a converter
PATCH/v1/projects/:project_id/knowledge/converters/:converter_id
Change the worker or the chunking defaults. At least one field is required; agent_id and tool_id stay mutually exclusive, so setting one clears the other.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 502
Converter updated.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The request conflicts with the resource's current state.
The upstream runtime could not complete the operation.