updateMultiSelect: Updates a Select Property

View source: R/updateMultiSelect.R

updateMultiSelectR Documentation

Updates a Select Property

Description

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

Usage

updateMultiSelect(secret, id, property_name, value)

Arguments

secret

API token

id

Page id to be updated

property_name

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

value

value(s) to update. Could be 1 value or multiple, created with c().

Details

This will rewrite whatever is already in the property. It will NOT append another select.

Value

list


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