Update src/Appwrite/Utopia/Response/Model/Func.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Bradley Schofield 2024-08-08 11:27:49 +09:00 committed by GitHub
parent 2926ae281a
commit 948fbc0916
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
])