We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305346b commit 2752f4aCopy full SHA for 2752f4a
.specs/open-api.yaml
@@ -393,7 +393,7 @@ components:
393
The minimum is 2 variations and, we don't have any max limit except if the variationValue is a bool, the max is 2.
394
examples:
395
- enabled: true
396
- disable: false
+ disabled: false
397
- blue-variation: "#0000FF"
398
green-variation: "#008000"
399
gray-variation: "#787878"
@@ -727,4 +727,4 @@ components:
727
content:
728
application/json:
729
schema:
730
- $ref: "#/components/schemas/error.response"
+ $ref: "#/components/schemas/error.response"
0 commit comments