Skip to main content
PATCH
/
knowledge
/
{folderId}
Update a file in a knowledge folder
curl --request PATCH \
  --url https://api.langdock.com/knowledge/{folderId} \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'url=<string>' \
  --form 'attachmentId=<string>' \
  --form file=@example-file

Headers

Authorization
string
required

Path Parameters

folderId
string
required

Body

multipart/form-data
file
file
url
string
attachmentId
string

Response

200