---
title: "Update Report Request"
method: PUT
path: "/report/{id}/"
tags: ["Reports"]
---

# Update Report Request

`PUT /report/{id}/`

## Path parameters

- `id` string, required — A unique Base58 value identifying this object.

## Request body

- ReportRequest
  - `id` string, required — A unique Base58 value identifying this object.
  - `user` string, required — A unique Base58 value identifying this object.
  - `submitted_at` string, date-time, required — Date and time of the report submission date, in ISO 8601 UTC format. For example, '2023-08-09T13:27.43.8208302'
  - `generated_at` string, date-time, nullable, required — Date and time when the report file was generated, in ISO 8601 UTC format. For example, '2023-08-09T13:27.43.8208302'
  - `is_email_notification_enabled` boolean — If true, email notifications are enabled, and the report will be sent to the user via email. If false, email notifications are disabled. Defaults to false.
  - `filters` string, required — A unique Base58 value identifying this object.
  - `ttl` string, required — The time-to-live (TTL) for the report file, indicating how long it remains available.
  - `timezone` string — Time zone name according to the IANA standard (e.g., 'America/New_York', 'Europe/London').

## Response `200`

- ReportRequest
  - `id` string, required — A unique Base58 value identifying this object.
  - `user` string, required — A unique Base58 value identifying this object.
  - `submitted_at` string, date-time, required — Date and time of the report submission date, in ISO 8601 UTC format. For example, '2023-08-09T13:27.43.8208302'
  - `generated_at` string, date-time, nullable, required — Date and time when the report file was generated, in ISO 8601 UTC format. For example, '2023-08-09T13:27.43.8208302'
  - `is_email_notification_enabled` boolean — If true, email notifications are enabled, and the report will be sent to the user via email. If false, email notifications are disabled. Defaults to false.
  - `filters` string, required — A unique Base58 value identifying this object.
  - `ttl` string, required — The time-to-live (TTL) for the report file, indicating how long it remains available.
  - `timezone` string — Time zone name according to the IANA standard (e.g., 'America/New_York', 'Europe/London').

## Other responses

- `400`
- `401`
- `404`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/versions/e29879bff01b/schema)
