| Name | Description | Type | Additional Info |
|---|---|---|---|
| listId | The ID of the list. | globally unique identifier | Required |
The request body.
PutListRequestV3| Name | Description | Type | Additional Info |
|---|---|---|---|
| Name | The name of the list. | string | None. |
Sample:
{
"Name": "sample string 1"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| List | The list. | ListV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"List": {
"Created": "2026-03-08T04:18:43.7795432+00:00",
"ListId": "011e6de5-3a3d-41dc-92b0-f78c17be2297",
"Name": "sample string 3",
"SubscriberCount": 4
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"List":{"Created":"2026-03-08T04:18:43.7795432+00:00","ListId":"011e6de5-3a3d-41dc-92b0-f78c17be2297","Name":"sample string 3","SubscriberCount":4},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});