cURL
curl --request PUT \ --url https://api.artosai.com/audit/exports/schedule/{exportId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "export_type": "<string>", "format": "<string>", "filters": {}, "schedule": {}, "delivery": {}, "enabled": true } '
{ "export_id": "<string>", "name": "<string>", "export_type": "<string>", "format": "<string>", "schedule": {}, "delivery": {}, "enabled": true, "created_at": "2023-11-07T05:31:56Z", "next_execution": "2023-11-07T05:31:56Z" }
Modifies an existing scheduled export configuration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Scheduled export updated
A scheduled export of logs or analytics.