Description Usage Arguments Value Examples
Update a division's settings
1 | update_division(division_id, name = NULL, status = NULL, permissions = NULL)
|
division_id |
the id of the division to update |
name |
the new division name |
status |
the new status of the division, can be "Active", "Disabled" |
permissions |
a JSON object with permissions to update |
id of created message
1 2 3 4 5 6 7 8 9 | ## Not run: update_division("DV_1234567890AbCdE", name = "newdivisionname")
## Not run:
perms <- list(
"controlPanel" = list(
"surveyPermissions" = list(
"editSurveyFlow" = list("state" = "off"))))
update_division("DV_1234567890AbCdE", permissions = perms)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.