mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 04:59:01 +00:00
Merge pull request #3640 from appwrite/fix-deployment-object
Add possible status codes to deployment object.
This commit is contained in:
commit
e93c3483c8
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class Deployment extends Model
|
|||
])
|
||||
->addRule('status', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'The deployment status.',
|
||||
'description' => 'The deployment status. Possible values are "processing", "building", "pending", "ready", and "failed".',
|
||||
'default' => '',
|
||||
'example' => 'enabled',
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue