Is it possible to update only specific index of a array type attribute rather than the whole attribute. for example i have attribute called received_messages which is of type array of string. its actually a array of stringified object . while updating i want to update only specific array item rather than sending back whole array as an update. let me know how to acheive this through appwrite.
TL;DR
The user wants to know if it's possible to update only a specific index of an array type attribute in Appwrite, instead of replacing the entire attribute. They have an attribute called "received_messages" which is an array of stringified objects. They're seeking guidance on how to achieve this.