---
title: "Update a report setting"
method: PATCH
path: "/report/settings/{id}"
tags: ["Report"]
---

# Update a report setting

`PATCH /report/settings/{id}`

Updates a ReportSetting object

## Path parameters

- `id` string, required

## Request body

- ReportSetting — Individual setting for workspace reporting
  - `id` string — the ID of the setting
  - `workspace_id` string — the ID of the workspace corresponding to this setting
  - `created_by_id` string — the ID of the user that most recently updated this setting
  - `created_time` integer — the time this setting was most recently updated
  - `last_updated_by_id` string — the ID of the user that most recently updated this setting
  - `last_updated_time` integer — the time this setting was most recently updated
  - `type` 'release_coverage_tests_run' | 'accessibility_rule_violations' — the type of report setting
  - `threshold` number, double — setting threshold value if relevant

## Response `200`

The ReportSetting resulting from the update

- ReportSetting — Individual setting for workspace reporting
  - `id` string — the ID of the setting
  - `workspace_id` string — the ID of the workspace corresponding to this setting
  - `created_by_id` string — the ID of the user that most recently updated this setting
  - `created_time` integer — the time this setting was most recently updated
  - `last_updated_by_id` string — the ID of the user that most recently updated this setting
  - `last_updated_time` integer — the time this setting was most recently updated
  - `type` 'release_coverage_tests_run' | 'accessibility_rule_violations' — the type of report setting
  - `threshold` number, double — setting threshold value if relevant

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `404` — No such entity
- `default` — Unexpected error

---

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