---
title: "Update Report"
method: PUT
path: "/api/2.0/reports/{id}/"
tags: ["Reports"]
---

# Update Report

`PUT /api/2.0/reports/{id}/`

## Path parameters

- `id` integer, required

## Request body

- UpdateReport
  - `id` integer
  - `is_urgent` boolean
  - `signed_by` integer, nullable — Signer to apply.
  - `signed_date` string, date-time, nullable — Signature timestamp to apply.

## Response `200`

- UpdateReport
  - `id` integer
  - `is_urgent` boolean
  - `signed_by` integer, nullable — Signer to apply.
  - `signed_date` string, date-time, nullable — Signature timestamp to apply.

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/versions/c060f89d4de7/schema)
