mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
updated project model
This commit is contained in:
parent
ec14cc170f
commit
01f579151d
1 changed files with 7 additions and 0 deletions
|
|
@ -197,6 +197,13 @@ class Project extends Model
|
|||
'example' => new \stdClass(),
|
||||
'array' => true,
|
||||
])
|
||||
->addRule('devKeys', [
|
||||
'type' => Response::MODEL_DEV_KEY,
|
||||
'description' => 'List of dev keys.',
|
||||
'default' => [],
|
||||
'example' => new \stdClass(),
|
||||
'array' => true,
|
||||
])
|
||||
->addRule('smtpEnabled', [
|
||||
'type' => self::TYPE_BOOLEAN,
|
||||
'description' => 'Status for custom SMTP',
|
||||
|
|
|
|||
Loading…
Reference in a new issue