cURL
curl --request PATCH \ --url https://ai-loop.alpeadria.com/api/v1/datalake/{source}/databases/{db} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "newName": "<string>" } '
{ "statusMessage": "[AILOOP] Database 'V3_Services' successfully renamed to 'V3_Services_Archive'." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Database renamed successfully.