PUT
/v1/private/projects/{projectId}/reports/preferencesUpdate report preferencesEnable or disable daily report generation for a project.
Parameters
projectIdstring · uuidpathrequiredRequest body
application/json
objectReportPreference
created_atstring · date-timecustom_promptstringenabledbooleanlast_updated_atstring · date-timeproject_idstring · uuidschedule_timestring{
"custom_prompt": "string",
"enabled": true,
"project_id": "00000000-0000-0000-0000-000000000000",
"schedule_time": "string"
}Responses
objectReportPreference
created_atstring · date-timecustom_promptstringenabledbooleanlast_updated_atstring · date-timeproject_idstring · uuidschedule_timestring{
"created_at": "2026-06-09T00:00:00Z",
"custom_prompt": "string",
"enabled": true,
"last_updated_at": "2026-06-09T00:00:00Z",
"project_id": "00000000-0000-0000-0000-000000000000",
"schedule_time": "string"
}