mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update docs
This commit is contained in:
@@ -15,7 +15,7 @@ databases.updateStringAttribute(
|
||||
"", // key
|
||||
false, // required
|
||||
"<DEFAULT>", // default
|
||||
0, // size (optional)
|
||||
1, // size (optional)
|
||||
"", // newKey (optional)
|
||||
new CoroutineCallback<>((result, error) -> {
|
||||
if (error != null) {
|
||||
|
||||
Reference in New Issue
Block a user