Updates list details by its Id. Updating a list does not does not update item details. To add or delete items to or from a list, use POST/{listId}/items endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Id of the list that is updated.
"62fa3796841ea417fa71d2a9"
List details
"Wishlist"
null
"5349b4ddd2781d08c09890f4"
"Wish list"
"Add items to your wishlist to purchase later"
{ "attr1": "value1", "attr2": "value2" }Number of items added to the list.
x >= 00
List object Updated
List details
"Wishlist"
null
"5349b4ddd2781d08c09890f4"
"Wish list"
"Add items to your wishlist to purchase later"
{ "attr1": "value1", "attr2": "value2" }Number of items added to the list.
x >= 00