cURL
curl --request POST \ --url https://api.databar.ai/v1/folders/move-table \ --header 'Content-Type: application/json' \ --header 'x-apikey: <x-apikey>' \ --data ' { "table_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "folder_id": 123 } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Move a table into a folder, or remove it from its current folder.
Pass folder_id: null (or omit it) to remove the table from any folder.
folder_id: null
API Key for authentication
UUID of the table to move.
ID of the target folder. Pass null or omit to remove the table from its current folder.
Table moved successfully