View source: R/updateMultiSelect.R
updateMultiSelect | R Documentation |
Id refers to a page in a database, and should be normalized using normalizeChromeId().
updateMultiSelect(secret, id, property_name, value)
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(). |
This will rewrite whatever is already in the property. It will NOT append another select.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.