set List Item
abstract suspend fun setListItem(listSidOrUniqueName: String, itemIndex: Long, itemData: <Error class: unknown class>): SyncList.Item
Set Item in the SyncList without opening it.
Return
SyncList.Item which has been set.
Parameters
list Sid Or Unique Name
SID or unique name of existing SyncList.
item Index
Index of the item to set.
item Data
Item data to set as a JsonObject.
Throws
Twilio Exception
When error occurred while setting the Item.