updateText {notionR} | R Documentation |
Updates a Text Property
Description
Id refers to a page in a database, and should be normalized using normalizeChromeId().
Usage
updateText(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 text type property) |
value |
value to update |
Value
list
[Package notionR version 0.0.9 Index]