---
title: "PUT /reports/saved/{id}"
method: PUT
path: "/reports/saved/{id}"
tags: ["SavedReports"]
---

# PUT /reports/saved/{id}

`PUT /reports/saved/{id}`

## Path parameters

- `id` string, required

## Request body

- SaveReportRequestDto
  - `name` string
  - `baseReportKey` string
  - `parameters` object, nullable
  - `includedTableKeys` string[], nullable
  - `isShared` boolean
  - `scheduleCadence` string, nullable — "daily" | "weekly" | "monthly" | null/"none" for no schedule.
  - `scheduleRecipients` string[], nullable

## Response `200`

OK

- SavedReportDto
  - `id` string
  - `name` string
  - `baseReportKey` string
  - `parameters` object
  - `includedTableKeys` string[]
  - `isShared` boolean
  - `scheduleCadence` string, nullable
  - `scheduleRecipients` string[]
  - `isOwner` boolean
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
