mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-add-kotlin-platform
This commit is contained in:
@@ -48,13 +48,13 @@ class Execution extends Model
|
||||
])
|
||||
->addRule('stdout', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'The script stdout output string.',
|
||||
'description' => 'The script stdout output string. Logs the last 4,000 characters of the execution stdout output.',
|
||||
'default' => '',
|
||||
'example' => '',
|
||||
])
|
||||
->addRule('stderr', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'The script stderr output string.',
|
||||
'description' => 'The script stderr output string. Logs the last 4,000 characters of the execution stderr output',
|
||||
'default' => '',
|
||||
'example' => '',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user