From 48e97531c575f83bd0aaa507be9dfc1054f22eea Mon Sep 17 00:00:00 2001 From: idanshoham Date: Wed, 15 Jan 2025 14:37:17 +0200 Subject: [PATCH] Revert "[src] updating Deployment doc" This reverts commit 9f4daac054fca4b7b7eb5c3e57ac603654be0c27. --- .../elastigroup/aws/paths/elastigroup-deployments.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/api/services/elastigroup/aws/paths/elastigroup-deployments.yaml b/api/services/elastigroup/aws/paths/elastigroup-deployments.yaml index d5d9c853a..6b51e1d7c 100644 --- a/api/services/elastigroup/aws/paths/elastigroup-deployments.yaml +++ b/api/services/elastigroup/aws/paths/elastigroup-deployments.yaml @@ -41,9 +41,8 @@ get: put: summary: "Start Deployment" - description: | - Deploy your Elastigroup (triggers Blue/Green Deployment that replaces the existing instances in the Elastigroup).\ - Note: If configured with health check, the grace period will be ignored + description: + Deploy your Elastigroup (triggers Blue/Green Deployment that replaces the existing instances in the Elastigroup) operationId: "elastigroupAwsDeploy" tags: - "Elastigroup AWS"