Rank 3: Container
I have looked at docs to see how to do it but it give no info on the formating of the data so that the document knows what attribute to update
https://appwrite.io/docs/client/databases?sdk=web-default#databasesUpdateDocument
Votes
0
Replies
13
Participants
Unknown
Messages
14
Rank 3: Container
I have looked at docs to see how to do it but it give no info on the formating of the data so that the document knows what attribute to update
https://appwrite.io/docs/client/databases?sdk=web-default#databasesUpdateDocument
We added minimal support for updating attributes in 1.3. Are you on cloud?
Rank 3: Container
No self hosting
Wait you want to update a document or an attribute?
Rank 3: Container
I want to update the document data for an attribute?
Rank 3: Container
Like WaiverIdis null and I want to update it to a collection id
Rank 3: Container
"64502243369b884d71f8", "647295a5228d3bd685da", `${test}`, `${result.$id}` );```Rank 3: Container
This is what I have
Rank 3: Container
do I need to specify the attribute
You pass it as part of the data parameter. Just like creating a document
Of course
Rank 3: Container
So like this const update = { WaiverId: result.$id, };
Rank 3: Container
TY I got it! Your amazing!
Rank 3: Container
[SOLVED] How to update attribute in document