diff --git a/src/Api/Deployments.php b/src/Api/Deployments.php index b3074ad04307d88b6fc5ad5dbddeb19846db14a2..9af41697311e0a493bddb18cc708a87bcd41432d 100644 --- a/src/Api/Deployments.php +++ b/src/Api/Deployments.php @@ -23,8 +23,8 @@ class Deployments extends AbstractApi * @var string $order_by Return deployments ordered by id, iid, created_at, updated_at, * or ref fields (default is id) * @var string $sort Return deployments sorted in asc or desc order (default is desc) - * @var string $status Return deployments filtered by status of deployment allowed - * values of status are 'created', 'running', 'success', 'failed', + * @var string $status Return deployments filtered by status of deployment allowed + * values of status are 'created', 'running', 'success', 'failed', * 'canceled', 'blocked' * @var string $environment Return deployments filtered to a particular environment * }