cURL
curl --request POST \ --url https://ai-loop.alpeadria.com/api/v1/datalake/{source}/databases/{db}/variables \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "newVariables": [ "<string>" ], "renames": [ { "from": "<string>", "to": "<string>" } ] } '
{ "statusMessage": "[AILOOP] Variables added. Matched 100, modified 100 documents." }
Modify the schema of a collection by adding new null-initialized fields or renaming existing ones.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Variables updated successfully.