« Back to Documentation OverviewlistInterestGroupingUpdate – v1.2
listInterestGroupingUpdate(string apikey, int grouping_id, string name, string value)
Update an existing Interest Grouping
| Parameters | xml-rpc_listInterestGroupingUpdate.php| apikey | a valid API Key for your user account. Get by visiting your API dashboard |
| grouping_id | the interest grouping id - get from listInterestGroupings() |
| name | The name of the field to update - either "name" or "type". Groups with in the grouping should be manipulated using the standard listInterestGroup* methods |
| value | The new value of the field. Grouping names must be unique - only "hidden" and "checkboxes" grouping types can be converted between each other. |
| Returns | | bool |
true if the request succeeds, otherwise an error will be thrown |