cURL
curl --request PATCH \ --url https://api.databar.ai/v1/table/{table_uuid} \ --header 'Content-Type: application/json' \ --header 'x-apikey: <x-apikey>' \ --data ' { "name": "<string>" } '
{ "identifier": "<string>", "name": "<string>", "created_at": "<string>", "updated_at": "<string>", "table_url": "<string>", "workspace_identifier": "<string>" }
Rename a table by its UUID.
API Key for authentication
The UUID of the table
New table name.
Successful Response