Name | Description | Type | Additional Info |
---|---|---|---|
listId | The ID of the list. | globally unique identifier | Required |
The request body.
PutListRequestV3Name | 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": "2025-01-18T05:09:18.5397035+00:00", "ListId": "89676b70-865c-460b-8664-289c5db41b22", "Name": "sample string 3", "SubscriberCount": 4 }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"List":{"Created":"2025-01-18T05:09:18.5397035+00:00","ListId":"89676b70-865c-460b-8664-289c5db41b22","Name":"sample string 3","SubscriberCount":4},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});