mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Utopia/Response/Model/Func.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
co-authored by
Christy Jacob
parent
2926ae281a
commit
948fbc0916
@@ -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,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user