mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update src/Appwrite/Utopia/Response/Model/Func.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
parent
2926ae281a
commit
948fbc0916
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class Func extends Model
|
|||
])
|
||||
->addRule('specification', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'Function execution and builds machine specification.',
|
||||
'description' => 'Machine specification for builds and executions.',
|
||||
'default' => APP_FUNCTION_BASE_SPECIFICATION,
|
||||
'example' => APP_FUNCTION_BASE_SPECIFICATION,
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue