mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Update src/Appwrite/Utopia/Response/Model/Specification.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
parent
dc149761d8
commit
6d230e7c03
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class Specification extends Model
|
|||
'example' => 512
|
||||
]);
|
||||
$this->addRule('cpus', [
|
||||
'type' => self::TYPE_INTEGER,
|
||||
'type' => self::TYPE_FLOAT,
|
||||
'description' => 'Number of CPUs.',
|
||||
'default' => 0,
|
||||
'example' => 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue