mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
443 B
443 B
mutation { databasesUpdateCollection( databaseId: "[DATABASE_ID]", collectionId: "[COLLECTION_ID]", name: "[NAME]" ) { _id _createdAt _updatedAt _permissions databaseId name enabled documentSecurity attributes indexes { key type status error attributes } } }