Applying SDK generation fix for Console

https://github.com/appwrite/appwrite/pull/10628/files
This commit is contained in:
Matej Bačo 2025-10-24 16:18:11 +02:00
parent 1fc790802d
commit fa4529846c

View file

@ -63,7 +63,7 @@ class Execution extends Model
'description' => 'The status of the function execution. Possible values can be: `waiting`, `processing`, `completed`, or `failed`.',
'default' => '',
'example' => 'processing',
'enum' => ['waiting', 'processing', 'completed', 'failed'],
'enum' => ['waiting', 'processing', 'completed', 'failed', 'scheduled'],
])
->addRule('requestMethod', [
'type' => self::TYPE_STRING,