---
title: "Update report preferences"
method: PUT
path: "/v1/private/projects/{projectId}/reports/preferences"
tags: ["Reports"]
---

# Update report preferences

`PUT /v1/private/projects/{projectId}/reports/preferences`

Enable or disable daily report generation for a project.

## Path parameters

- `projectId` string, uuid, required

## Request body

- ReportPreference
  - `project_id` string, uuid
  - `enabled` boolean
  - `schedule_time` string
  - `custom_prompt` string
  - `created_at` string, date-time
  - `last_updated_at` string, date-time

## Response `200`

Updated preferences

- ReportPreference
  - `project_id` string, uuid
  - `enabled` boolean
  - `schedule_time` string
  - `custom_prompt` string
  - `created_at` string, date-time
  - `last_updated_at` string, date-time

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
