appwrite/docs/examples/1.4.x/server-graphql/examples/storage/update-bucket.md
2023-08-30 11:20:26 +02:00

340 B

mutation { storageUpdateBucket( bucketId: "[BUCKET_ID]", name: "[NAME]" ) { _id _createdAt _updatedAt _permissions fileSecurity name enabled maximumFileSize allowedFileExtensions compression encryption antivirus } }