cURL
curl --request PUT \ --url https://chat.api.toolzz.com.br/api/v1/knowledge/folder/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "id": "<string>", "institutionId": "<string>", "name": "<string>", "isRoot": true }
Endpoint para atualizar uma pasta da Base de Conhecimento