Merge pull request #10311 from appwrite/update-required-attributes

Update required attributes
This commit is contained in:
Jake Barnby 2025-08-13 22:48:05 +12:00 committed by GitHub
commit 420783de9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -407,7 +407,7 @@ return [
'format' => '',
'size' => Database::LENGTH_KEY,
'signed' => true,
'required' => true,
'required' => false,
'default' => null,
'array' => false,
'filters' => [],