---
title: "Update report properties"
method: PATCH
path: "/reports/{id}/"
tags: ["reports"]
---

# Update report properties

`PATCH /reports/{id}/`

Use this method to update a report properties.

## Path parameters

- `id` integer, required

## Response `200`

- CustomReport
  - `id` integer, required
  - `created_date` string, date-time, required — Cluster event creation date
  - `name` string, required — Short name
  - `modified_date` string, date-time, required — Cluster event modification date
  - `status` 'prepared' | 'uploaded'
  - `type` 'face-events' | 'face-events-in-out' | 'body-events' | 'car-events' | 'human-episodes' | 'car-episodes' | 'face-clusters' | 'body-clusters' | 'car-clusters' | 'face-cluster-events' | 'face-cluster-events-in-out' | 'body-cluster-events' | 'car-cluster-events' | 'human-cards' | 'car-cards' | 'kyc' | 'cameras' | 'counter-records' | 'areas' | 'area-activations' | 'area-activations-in-out' | 'area-activation-records-in-out' | 'area-records' | 'audit-logs' | 'lines' | 'alerts' | 'custom'
  - `pictures` 'fullframe' | 'thumbnail' | 'link'
  - `records_number` integer — Number of records in report
  - `report_format` unknown[], required
    - unknown
  - `size` integer, required — Report size in bytes
  - `report_file_xls` string, uri, nullable
  - `report_file_json` string, uri, nullable
  - `report_file_csv` string, uri, nullable
  - `report_file_pdf` string, uri, nullable
  - `report_file_docx` string, uri, nullable
  - `report_file_custom` string, uri, nullable
  - `filters` object, required
  - `origin` string, required — User request origin
  - `owner` integer, required — User id
  - `meta` ReportMeta, required
    - `cameras_in` integer[] — In-cameras for `face-events-in-out` and `face-cluster-events-in-out` reports
    - `cameras_out` integer[] — Out-cameras for `face-events-in-out` and `face-cluster-events-in-out` reports

---

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