| Variable | Type | Description |
|---|---|---|
| list_id | int|string | The ID of the list for which to update the properties |
| props | array|struct | Hash array with the updated properties of a list. Allowed keys are: from_email, from_name, replyto_email, replyto_name, link_params_append, send_rate_text, after_unsubscribe_goto |
| Parameter | Description |
|---|---|
| boolean | True if the update has succeeded, False otherwise |
true | Code | Message | Description |
|---|---|---|
| 407 | Missing required param list_id | list_id param is required |
| 407 | Missing required param props | props param is required |
| 101 | Not allowed for list_id = %s | Invalid access to list_id |
| 1317 | Prop from email is not validated | If editing from_email, may only use validated senders |
{ "err": true, "message": "Missing required param list_id", "code": 407 }
{ "err": true, "message": "Missing required param props", "code": 407 }
{ "err": true, "message": "Prop from email is not validated", "code": 1317 }