1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Deployment payload example updated

This commit is contained in:
Wen Yu Ge 2022-08-08 10:45:45 -04:00
parent e93c3483c8
commit 75595dd07f

View file

@ -68,7 +68,7 @@ class Deployment extends Model
'type' => self::TYPE_STRING,
'description' => 'The deployment status. Possible values are "processing", "building", "pending", "ready", and "failed".',
'default' => '',
'example' => 'enabled',
'example' => 'ready',
])
->addRule('buildStdout', [
'type' => self::TYPE_STRING,