From 7583502dd6901dc4d9bd00e8e1a8d24674765030 Mon Sep 17 00:00:00 2001 From: Anurag Sharma Date: Wed, 13 Dec 2023 23:36:14 +0530 Subject: [PATCH] Correcting enumeration list --- api/services/elastigroup/aws/schemas/elastigroupScaleDown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/services/elastigroup/aws/schemas/elastigroupScaleDown.yaml b/api/services/elastigroup/aws/schemas/elastigroupScaleDown.yaml index 211efd2f1..d0affcc9d 100644 --- a/api/services/elastigroup/aws/schemas/elastigroupScaleDown.yaml +++ b/api/services/elastigroup/aws/schemas/elastigroupScaleDown.yaml @@ -121,7 +121,7 @@ properties: type: string description: | The type of the action to take when scale up is needed. - enum: [ adjustment , updateCapacity setMinTarget , percentageAdjustment ] + enum: [ adjustment , updateCapacity, setMinTarget , percentageAdjustment ] example: "updateCapacity" adjustment: type: integer