| Variable | Type | Description |
|---|---|---|
| list_id | int|string | The ID of the list for which to update the name |
| list_name | string | The new name of the list |
| 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 list_name | list_name param is required |
| 101 | Not allowed for list_id = %s | Invalid access to list_id |
| 142 | list name cannot be empty | List name cannot be empty |
| 143 | There is already another list with this name | There is already another list with this name |
{ "err": true, "message": "Missing required param list_id", "code": 407 }
{ "err": true, "message": "Missing required param list_name", "code": 407 }