| Variable | Type | Description |
|---|---|---|
| list_id | int|string | The ID of the list for which to update the property |
| prop_name | string | The property name to be updated. Can be any of: from_email, from_name, replyto_email, replyto_name, link_params_append, send_rate_text, after_unsubscribe_goto |
| prop_value | string | The new value of the updated property |
| 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 prop_name | prop_name param is required |
| 407 | Missing required param prop_value | prop_value 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 prop_name", "code": 407 }
{ "err": true, "message": "Missing required param prop_value", "code": 407 }
{ "err": true, "message": "Prop from email is not validated", "code": 1317 }