---
title: "Update user settings"
method: PATCH
path: "/v1/settings"
tags: ["Settings"]
---

# Update user settings

`PATCH /v1/settings`

Update the authenticated user's settings. Currently supports `ntfy_topic` — a valid ntfy.sh slug (alphanumeric, hyphens, underscores, max 64 chars). Set to empty string `""` to clear.

## Request body

- object
  - `ntfy_topic` string — ntfy.sh topic slug. Must match `[a-zA-Z0-9_-]{1,64}` or be empty to clear.

## Response `200`

Default Response

- object
  - `email` string
  - `plan` string
  - `ntfy_topic` string

## Other responses

- `400` — Default Response

---

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