updateCheckbox: Updates a Checkbox Property

View source: R/updateCheckbox.R

updateCheckboxR Documentation

Updates a Checkbox Property

Description

Id refers to a page in a database, and should be normalized using normalizeChromeId().

Usage

updateCheckbox(secret, id, property_name, value = TRUE)

Arguments

secret

API token

id

Page id to be updated

property_name

name of property to update (should be a checkbox type property)

value

value to update. Use R bollean object. Defaults to TRUE.

Value

list


notionR documentation built on June 25, 2025, 1:08 a.m.