curl --request PUT \
--url https://api.anam.ai/v1/knowledge/documents/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filename": "<string>"
}
'Update a document (rename)
curl --request PUT \
--url https://api.anam.ai/v1/knowledge/documents/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filename": "<string>"
}
'Was this page helpful?