updateMultiSelect {notionR} | R 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
[Package notionR version 0.0.9 Index]