---
title: "Update Notion setting"
method: PUT
path: "/notion-settings/{id}"
tags: ["notion-settings"]
---

# Update Notion setting

`PUT /notion-settings/{id}`

Updates the setting (name, schedule) for Notion data sources.

Required roles: All

## Path parameters

- `id` string, required

## Request body

- UpdateNotionSettingRequest
  - `name` string, required — Name of the Notion data source
  - `rrule` string — Recurrence rule (RFC 5545 RRULE). Empty string or omission removes the existing schedule.

## Response `200`

Successfully updated Notion setting

- NotionSetting
  - `id` string, required — Notion ingestion setting ID
  - `name` string, required — Name of the Notion ingestion setting
  - `page_id` string, required — Notion page ID
  - `rrule` string — Recurrence rule (RFC 5545 RRULE)
  - `secret_id` string — ID of the associated secret

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/qlonolink/apis/qaip-apis.md) · [All operations](https://skmtc.net/qlonolink/apis/qaip-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qlonolink/qaip-apis/revisions/f5f5994dfe05/schema)
