From 042fa867fd3fb48dd03ac7f01b9aa362e8f5276d Mon Sep 17 00:00:00 2001 From: Don Kidd Date: Sun, 8 Oct 2023 16:17:45 -0400 Subject: [PATCH] Missed something with the style --- src/Api/Deployments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Deployments.php b/src/Api/Deployments.php index 7ed40fcd..35726380 100644 --- a/src/Api/Deployments.php +++ b/src/Api/Deployments.php @@ -24,7 +24,7 @@ class Deployments extends AbstractApi * 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', ++ * values of status are 'created', 'running', 'success', 'failed', * 'canceled', 'blocked' * @var string $environment Return deployments filtered to a particular environment * }