« Back to Documentation OverviewlistInterestGroupUpdate – v1.3
listInterestGroupUpdate(string apikey, string id, string old_name, string new_name, mixed grouping_id, int optional)
Change the name of an Interest Group
| Parameters | | apikey | a valid API Key for your user account. Get by visiting your API dashboard |
| id | the list id to connect to. Get by calling lists() |
| old_name | the interest group name to be changed |
| new_name | the new interest group name to be set |
| optional | $grouping_id The grouping to delete the group from - get using listInterestGrouping() . If not supplied, the first grouping on the list is used. |
| Returns | | bool |
true if the request succeeds, otherwise an error will be thrown |