appwrite/docs/examples/1.8.x/server-graphql/examples/storage/update-bucket.md

576 B

mutation { storageUpdateBucket( bucketId: "<BUCKET_ID>", name: "", permissions: ["read("any")"], fileSecurity: false, enabled: false, maximumFileSize: 1, allowedFileExtensions: [], compression: "none", encryption: false, antivirus: false ) { _id _createdAt _updatedAt _permissions fileSecurity name enabled maximumFileSize allowedFileExtensions compression encryption antivirus } }