Een bestand bijwerken in een kennismap
cURL
curl --request PATCH \
--url https://api.langdock.com/knowledge/{folderId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file' \
--form 'url=<string>' \
--form 'attachmentId=<string>'
