---
title: "Update report settings"
method: PATCH
path: "/api/settings/report"
tags: ["Platform API"]
---

# Update report settings

`PATCH /api/settings/report`

Update the Slack channel used for workspace reports.

## Request body

- UpdateReportSettingsRequest
  - `slackChannelId` string, required
  - `slackChannelName` string, required

## Response `200`

Report settings were updated.

- UpdateReportSettingsCommandSuccess
  - `ok` true, required
  - `commandId` 'settings.report.update', required
  - `commandVersion` 1, required
  - `correlationId` string, required
  - `result` object, required
    - `operationId` 'settings.report.update', required
    - `status` 'completed', required
    - `resources` CommandResource[], required
      - `type` string, required
      - `id` string, required
    - `data` object, required
      - `report` object, required
        - `slackChannelId` string, nullable, required
        - `slackChannelName` string, nullable, required
    - `warnings` string[], required
    - `auditId` string

## Other responses

- `400` — The request body failed command validation.
- `401` — Invalid or missing API key.
- `403` — The API key is valid but does not have the required agent write scope.
- `500` — Internal server error.
- `503` — The platform could not update report settings.

## Changes

- **2026-06-30** `891af08cfdc0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/outlitai/apis/outlit-api/changes/api/settings/report/patch.md)

---

[API](https://skmtc.dev/outlitai/apis/outlit-api.md) · [All operations](https://skmtc.dev/outlitai/apis/outlit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outlitai/outlit-api/revisions/147173adbb3f/schema)
