---
title: "Set Company Notification Preference"
method: PUT
path: "/company-notifications/preferences"
tags: ["company-notifications"]
---

# Set Company Notification Preference

`PUT /company-notifications/preferences`

Upsert the current company's configuration for a single notification type.

## Request body

- CompanyNotificationPreferenceUpsert — Request body for upserting the company's preference for one notification type.
  - `notification_type` string, required
  - `enabled` boolean, required

## Response `200`

Successful Response

- CompanyNotificationPreference — A company-wide notification type and the company's effective configuration.
  - `notification_type` string, required
  - `label` string, required
  - `description` string, required
  - `enabled` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
