---
title: "Update an existing report"
method: PATCH
path: "/v1/org/{orgId}/report/{reportId}"
tags: ["report"]
---

# Update an existing report

`PATCH /v1/org/{orgId}/report/{reportId}`

## Path parameters

- `orgId` string, required
- `reportId` string, required

## Query parameters

- `referencedReportUrl` string

## Request body

- UpdateReport
  - `label` string — report label
  - `description` string — report description
  - `filter` string — filter automatically applied to every chart in this report
  - `share` 'NORMAL' | 'FULL' — sharing settings of report
  - `sensitive` 'GLOBAL' | 'ORG' | 'SENSITIVE' | 'PERSONAL' | 'MANAGER' | 'HIGH' | 'PRIVATE' — sensitivity level of report
  - `shareAccess` ShareAccess[] — users who are specifically granted permission to view or edit this report
    - `access` 'NONE' | 'LIMITED_READ' | 'LIMITED_WRITE' | 'STANDARD_READ' | 'STANDARD_WRITE' | 'COMPENSATION_READ' | 'FULL_READ' | 'COMP_PLANNING_PARTICIPANT' | 'COMPENSATION_WRITE' | 'WRITE' | 'COMPENSATION_OWNER' | 'OWNER', required — access permission level
    - `userId` string — user id
    - `groupId` string — group id
    - `everyone` boolean — grant this access level to everyone in the org (mutually exclusive with userId/groupId)
    - `fields` string — fields
  - `chartIds` string[] — list of charts in this report

## Response `204`

report updated

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied
- `404` — not found

---

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