---
title: "Update a shared report"
method: PUT
path: "/v1/workspaces/{workspaceId}/shared-reports/{id}"
tags: ["Shared Report"]
---

# Update a shared report

`PUT /v1/workspaces/{workspaceId}/shared-reports/{id}`

Updates shared report name and/or options

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.
- `id` string, required — Represents a shared report identifier across the system.

## Request body

- UpdateSharedReportRequestV1
  - `fixedDate` boolean — Indicates whether the shared report has a fixed date range.
  - `isPublic` boolean — Indicates whether the shared report is public.
  - `name` string, required — Represents a shared reports name.
  - `visibleToUserGroups` string[] — Provide user groups ids to which the shared report is visible.
  - `visibleToUsers` string[] — Provide user ids to which the shared report is visible.

## Response `200`

OK

---

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