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.


Eflores89/notionR documentation built on Feb. 8, 2025, 10:25 a.m.