---
title: "Set the default destination and/or org timezone"
method: PUT
path: "/v1/notifications/settings"
tags: ["notifications"]
---

# Set the default destination and/or org timezone

`PUT /v1/notifications/settings`

## Request body

- SettingsUpdate — Partial update of org notification settings. ``exclude_unset`` distinguishes "not provided" from an explicit ``null`` (clear the default destination), so omit a field to leave it unchanged.
  - `default_destination_id` string, uuid, nullable
  - `timezone` string, nullable
  - `quiet_hours_enabled` boolean, nullable
  - `quiet_hours_start` string, time, nullable
  - `quiet_hours_end` string, time, nullable
  - `digest_send_time` string, time, nullable

## Response `200`

Successful Response

- SettingsResponse
  - `organization_id` string, uuid, required
  - `default_destination_id` string, uuid, nullable, required
  - `timezone` string, required
  - `quiet_hours_enabled` boolean, required
  - `quiet_hours_start` string, time, nullable, required
  - `quiet_hours_end` string, time, nullable, required
  - `digest_send_time` string, time, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
