---
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 scope: \`ingestion:manage\`

## 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

## Changes

> 71 revisions in range; 18 not diffed.

- **2026-03-27** `d5bad61b1542` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qlonolink/apis/qaip-apis/changes/notion-settings/:id/put.md)

---

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