mirror of
https://github.com/appwrite/appwrite
synced 2026-05-03 03:17:20 +00:00
257 B
257 B
setProject('')
->setKey('')
;
$database = new Database($client);
$result = $database->updateDocument('[COLLECTION_ID]', '[DOCUMENT_ID]', '{}', [], []);