All of the table Descriptions that start with "List" should instead start with "The list" with these exceptions:
"List description." -> "A description of the list."
"List members count." -> "The number of members in the list." [Users sounds better but I realize that the API property is membersCount.]
"Should new list be shared among all the sub-accounts? The default is 0 (false)." ->
"Should the new list be shared among all the sub-accounts? The default is 0 (false)."
"you will receive the standard link response:" ->
"you will receive a standard link response:" OR "you will receive this standard link response:"
"When you delete a list, the contacts in it are deleted as well unless they were saved in other list." ->
"When you delete a list, the contacts in it are also deleted unless they belong to another list."
[This is a bit surprising, maybe add the word Warning to the beginning of the sentence, like this "Warning, when you delete a list, the contacts in it are also deleted unless they belong to another list."]
"To assign contacts to a specified list,use" -> "To assign contacts to a specified list, use"
"Unlike all other PUT requests, this command does not need old contact IDs to be submitted. For example, if you have a list with contacts 150, 151 and 152 and you want to add contact ID 153, you only need to submit 153 as a parameter of PUT /api/v2/lists{id}/contacts." ->
[The wording in this one is a bit confusing, what I think you're saying is something like this:]
"Unlike other PUT requests, this command performs a partial update. For example, if you have a list with contacts 150, 151 and 152 and you want to add contact ID 153, you only need to submit 153 as a parameter of PUT /api/v2/lists{id}/contacts. This will append contact 153 to the list instead of replacing it.
"When you remove contacts from a specific list, they will be deleted permanently, unless they are first saved in another list." ->
"When you remove contacts from a list, they will be deleted permanently unless they are members of another list(s)."
"You’ve now learned how to manage lists via TextMagic API. Please continue to the next section to learn how to manage Contacts." ->
"Now that you've learned how to manage lists via TextMagic API, please continue to the next section to learn how to manage Contacts."
https://www.textmagic.com/docs/api/lists/
All of the table Descriptions that start with "List" should instead start with "The list" with these exceptions: "List description." -> "A description of the list." "List members count." -> "The number of members in the list." [Users sounds better but I realize that the API property is membersCount.]
"Should new list be shared among all the sub-accounts? The default is 0 (false)." -> "Should the new list be shared among all the sub-accounts? The default is 0 (false)."
"you will receive the standard link response:" -> "you will receive a standard link response:" OR "you will receive this standard link response:"
"When you delete a list, the contacts in it are deleted as well unless they were saved in other list." -> "When you delete a list, the contacts in it are also deleted unless they belong to another list." [This is a bit surprising, maybe add the word Warning to the beginning of the sentence, like this "Warning, when you delete a list, the contacts in it are also deleted unless they belong to another list."]
"To assign contacts to a specified list,use" -> "To assign contacts to a specified list, use"
"Unlike all other PUT requests, this command does not need old contact IDs to be submitted. For example, if you have a list with contacts 150, 151 and 152 and you want to add contact ID 153, you only need to submit 153 as a parameter of PUT /api/v2/lists{id}/contacts." -> [The wording in this one is a bit confusing, what I think you're saying is something like this:] "Unlike other PUT requests, this command performs a partial update. For example, if you have a list with contacts 150, 151 and 152 and you want to add contact ID 153, you only need to submit 153 as a parameter of PUT /api/v2/lists{id}/contacts. This will append contact 153 to the list instead of replacing it.
"When you remove contacts from a specific list, they will be deleted permanently, unless they are first saved in another list." -> "When you remove contacts from a list, they will be deleted permanently unless they are members of another list(s)."
"You’ve now learned how to manage lists via TextMagic API. Please continue to the next section to learn how to manage Contacts." -> "Now that you've learned how to manage lists via TextMagic API, please continue to the next section to learn how to manage Contacts."