Skip to content

Commit 2752f4a

Browse files
Update open-api.yaml
1 parent 305346b commit 2752f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.specs/open-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ components:
393393
The minimum is 2 variations and, we don't have any max limit except if the variationValue is a bool, the max is 2.
394394
examples:
395395
- enabled: true
396-
disable: false
396+
disabled: false
397397
- blue-variation: "#0000FF"
398398
green-variation: "#008000"
399399
gray-variation: "#787878"
@@ -727,4 +727,4 @@ components:
727727
content:
728728
application/json:
729729
schema:
730-
$ref: "#/components/schemas/error.response"
730+
$ref: "#/components/schemas/error.response"

0 commit comments

Comments
 (0)