---
title: "Update scheduled report"
method: PATCH
path: "/scheduled_reports/{id}"
tags: ["Scheduled reports"]
---

# Update scheduled report

`PATCH /scheduled_reports/{id}`

## Path parameters

- `id` integer, required

## Request body

- object
  - `scheduled_report` object, required
    - `name` string — The name of the scheduled report
    - `enabled` boolean — Whether the scheduled report is enabled
    - `period` 'day' | 'week' | 'month' — The period of the scheduled report. If the reporter has a minimum interval days, the frequency, together with the period, can't be shorter than that value. Current minimum interval days: no limit If the reporter has a maximum interval days, the frequency, together with the period, can't be longer than that value. Current maximum interval days: 180
    - `frequency` integer — The frequency of the scheduled report. If the reporter has a minimum interval days, the frequency, together with the period, can't be shorter than that value. Current minimum interval days: no limit If the reporter has a maximum interval days, the frequency, together with the period, can't be longer than that value. Current maximum interval days: 180
    - `scheduled_at` string, date — The date at which the schedule will start
    - `emails` string[] — The emails to send the reports to
    - `time_zone` string — The time zone of the scheduled report. It should be a <a href="https://en.wikipedia.org/wiki/Tz_database#Names_of_time_zones"> valid IANA time zone name.</a>

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
