cURL
curl --request PATCH \ --url https://api.databar.ai/v1/folders/{folder_id} \ --header 'Content-Type: application/json' \ --header 'x-apikey: <x-apikey>' \ --data ' { "name": "<string>" } '
{ "id": 123, "name": "<string>", "created_at": "<string>", "updated_at": "<string>", "table_count": 123 }
Rename an existing folder.
API Key for authentication
The folder ID
New folder name.
Successful Response