mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated Python SDK
This commit is contained in:
@@ -11,4 +11,4 @@ client = Client()
|
||||
|
||||
database = Database(client)
|
||||
|
||||
result = database.create_document('[COLLECTION_ID]', {}, {}, {})
|
||||
result = database.create_document('[COLLECTION_ID]', {}, [], [])
|
||||
|
||||
Reference in New Issue
Block a user