---
title: "Create a new report setting for a workspace"
method: POST
path: "/report/settings"
tags: ["Report"]
---

# Create a new report setting for a workspace

`POST /report/settings`

Creates a new ReportSetting for the specified workspace

## Query parameters

- `workspace_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 that was created

- 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
- `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)
