mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
CertificateID not a required param
This commit is contained in:
@@ -1287,7 +1287,7 @@ $collections = [
|
||||
'key' => 'certificateId',
|
||||
'type' => Database::SYSTEM_VAR_TYPE_KEY,
|
||||
'default' => '',
|
||||
'required' => true,
|
||||
'required' => false,
|
||||
'array' => false,
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user