updateScheduledReport Update a scheduled report. Arguments Argument Type Description input (required) UpdateScheduledReportInput! Returns UpdateScheduledReportReply! Sample QueryVariablesExample Response mutation UpdateScheduledReport($input: UpdateScheduledReportInput!) { updateScheduledReport(input: $input) } { "input": { "config": { "nonRubrikRecipientEmails": [ "example-string" ], "reportId": 0, "rubrikRecipientUserIds": [ "example-string" ], "title": "example-string" }, "id": 0 } } { "data": { "updateScheduledReport": { "scheduledReport": { "attachmentTypes": [ "REPORT_ATTACHMENT_TYPE_CSV" ], "createdAt": "2024-01-01T00:00:00.000Z", "dailyTime": "example-string", "id": 0, "lastUpdatedAt": "2024-01-01T00:00:00.000Z", "monthlyDate": 0 } } } }