Update Watchlist
voiceid_update_watchlist | R Documentation |
Updates the specified watchlist¶
Description¶
Updates the specified watchlist. Every domain has a default watchlist which cannot be updated.
Usage¶
Arguments¶
Description
A brief description about this watchlist.
DomainId
[required] The identifier of the domain that contains the watchlist.
Name
The name of the watchlist.
WatchlistId
[required] The identifier of the watchlist to be updated.
Value¶
A list with the following syntax:
list(
Watchlist = list(
CreatedAt = as.POSIXct(
"2015-01-01"
),
DefaultWatchlist = TRUE|FALSE,
Description = "string",
DomainId = "string",
Name = "string",
UpdatedAt = as.POSIXct(
"2015-01-01"
),
WatchlistId = "string"
)
)