mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
Applying SDK generation fix for Console
https://github.com/appwrite/appwrite/pull/10628/files
This commit is contained in:
parent
1fc790802d
commit
fa4529846c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue