JTwitterLists::update
Method to update the specified list
Signature
public function update(mixed
$list,
[mixed
$owner = null,
[string
$name = null,
[string
$mode = null,
[string
$description = null]]]] )
Parameters
-
$list
- Either an integer containing the list ID or a string containing the list slug.
-
$owner
- Either an integer containing the user ID or a string containing the screen name of the owner.
-
$name
- The name of the list.
-
$mode
- Whether your list is public or private. Values can be public or private. If no mode is
-
$description
- The description to give the list.
Returns
- array
- The decoded JSON response
Errors/Exceptions
-
RuntimeException