Description Usage Arguments Value Examples
Rename a delivery group
1 | group_rename(group, name, app = get_pushover_app())
|
group |
group key |
name |
new group name |
app |
application token (see |
An invisible list containing the following fields:
status
: request status (1
= success)
request
: unique request ID
raw
: the raw httr::response object
1 2 3 4 5 6 7 | ## Not run:
group_rename(
group = "gznej3rKEVAvPUxu9vvNnqpmZpokzF",
name = "Coffee Party"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.